Public Member Functions | |
| void | StartAndWait () | 
| TInt | Result () const | 
Static Public Member Functions | |
| static CAsyncWaiter * | NewL () | 
CAsyncWaiter is a class that publicly inherits the class CActive. CActive is core class of the active object abstraction. It encapsulates both issuing a request to an asynchronous service provider and handling the completed requests.
Definition at line 33 of file asyncwaiter.h.
| CAsyncWaiter * CAsyncWaiter::NewL | ( | ) |  [static] | 
        
Creates an object of CMessAsyncWaiter
Definition at line 29 of file asyncwaiter.cpp.
| void CAsyncWaiter::StartAndWait | ( | ) | 
Indicates that the active object has issued a request and that it is now outstanding .
Definition at line 53 of file asyncwaiter.cpp.
 1.6.2