![]() |
VR-Forces 4.0.4 Class Documentation
|
Abstract class deriving from DtOrgManagerOperation which adds a completion callback to the operation. More...

Public Member Functions | |
| DtOrgManagerPendingOperation () | |
| virtual | ~DtOrgManagerPendingOperation () |
| virtual void | addCompletionCallback (DtOrganizationManagerCallbackFcn fcn, void *usr) |
| virtual void | removeCompletionCallback (DtOrganizationManagerCallbackFcn fcn, void *usr) |
Protected Member Functions | |
| virtual void | invokeCompletionCallback () |
| Invokes the specified callback method, if one is set. | |
Protected Attributes | |
| DtNoArgumentCallbackList | myCompletionCallbackList |
| Callback and user data that will be called when this operation is complete. | |
Private Member Functions | |
| DtOrgManagerPendingOperation (const DtOrgManagerPendingOperation &orig) | |
| Not Implemented. | |
| DtOrgManagerPendingOperation & | operator= (DtOrgManagerPendingOperation &orig) |
| Not Implemented. | |
Abstract class deriving from DtOrgManagerOperation which adds a completion callback to the operation.
Used as a base class for any operations which need to invoke a completion operation when they are complete.
| DtOrgManagerPendingOperation::DtOrgManagerPendingOperation | ( | const DtOrgManagerPendingOperation & | orig | ) | [private] |
Not Implemented.
| virtual DtOrgManagerPendingOperation::~DtOrgManagerPendingOperation | ( | ) | [virtual] |
| DtOrgManagerPendingOperation& DtOrgManagerPendingOperation::operator= | ( | DtOrgManagerPendingOperation & | orig | ) | [private] |
Not Implemented.
| virtual void DtOrgManagerPendingOperation::addCompletionCallback | ( | DtOrganizationManagerCallbackFcn | fcn, |
| void * | usr | ||
| ) | [virtual] |
| virtual void DtOrgManagerPendingOperation::removeCompletionCallback | ( | DtOrganizationManagerCallbackFcn | fcn, |
| void * | usr | ||
| ) | [virtual] |
| virtual void DtOrgManagerPendingOperation::invokeCompletionCallback | ( | ) | [protected, virtual] |
Invokes the specified callback method, if one is set.
Callback and user data that will be called when this operation is complete.