![](/inc/img/pixel.gif) |
|
![](/inc/img/pixel.gif) |
![](/inc/img/reddots.gif) |
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::CAsyncFileManager::ICancelCallback Class ReferenceCCancelCallback is an interface that is used in call to CAsyncFileManager::cancelLoad.
More...
#include <async_file_manager.h>
Inheritance diagram for NLMISC::CAsyncFileManager::ICancelCallback:
List of all members.
Detailed Description
CCancelCallback is an interface that is used in call to CAsyncFileManager::cancelLoad.
This class contains one method that is call for each task in the async file loader. If the method return true, then the task is removed and cancelLoad return. -
Author:
-
Boris Boucher , Nevrax France
-
Date:
-
10/2002
Definition at line 65 of file async_file_manager.h.
Member Function Documentation
virtual bool NLMISC::CAsyncFileManager::ICancelCallback::callback |
( |
const IRunnable * |
prunnable |
) |
const [pure virtual] |
|
The documentation for this class was generated from the following file:
|
![](/inc/img/pixel.gif) |