diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_async_waiter.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_async_waiter.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_async_waiter.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,75 +1,72 @@ - -
-Public Member Functions | |
- | ~CAsyncWaiter () |
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.
-Definition at line 33 of file asyncwaiter.h.
+CAsyncWaiter * CAsyncWaiter::NewL | +CAsyncWaiter * CAsyncWaiter::NewL | ( | -+ | ) | - [static] |
+ [static] |
Creates an object of CMessAsyncWaiter
--Creates an object of CMessAsyncWaiter -
Definition at line 29 of file asyncwaiter.cpp.
+Definition at line 29 of file asyncwaiter.cpp.
void CAsyncWaiter::StartAndWait | +void CAsyncWaiter::StartAndWait | ( | -+ | ) | -+ |
Indicates that the active object has issued a request and that it is now outstanding .
--Indicates that the active object has issued a request and that it is now outstanding . -
Definition at line 53 of file asyncwaiter.cpp.
+Definition at line 53 of file asyncwaiter.cpp.
-