Public Member Functions | |
virtual | ~CCSAsyncRequestHandler () |
void | RequestTime () |
void | CancelRequest () |
TTime | Time () const |
Static Public Member Functions | |
static CCSAsyncRequestHandler * | NewL (MAsyncTimeObserver &aObserver) |
static CCSAsyncRequestHandler * | NewLC (MAsyncTimeObserver &aObserver) |
Protected Member Functions | |
void | RunL () |
void | DoCancel () |
CCSAsyncRequestHandler An instance of the request handler object for the ClientServerAsync example application
Definition at line 33 of file csasyncrequesthandler.h.
CCSAsyncRequestHandler::~CCSAsyncRequestHandler | ( | ) | [virtual] |
~CCSAsyncRequestHandler. Destructor. Destroys the object and release all memory objects.
Definition at line 77 of file csasyncrequesthandler.cpp.
CCSAsyncRequestHandler * CCSAsyncRequestHandler::NewL | ( | MAsyncTimeObserver & | aObserver | ) | [static] |
NewL. Two-phased constructor. Creates a CCSAsyncRequestHandler object using two phase construction, and return a pointer to the created object.
aObserver | The object to be used to handle updates from the server. |
Definition at line 30 of file csasyncrequesthandler.cpp.
CCSAsyncRequestHandler * CCSAsyncRequestHandler::NewLC | ( | MAsyncTimeObserver & | aObserver | ) | [static] |
NewLC. Two-phased constructor. Creates a CCSAsyncRequestHandler object using two phase construction, and return a pointer to the created object.
aObserver | The object to be used to handle updates from the server. |
Definition at line 42 of file csasyncrequesthandler.cpp.
< td > The TRequestStatus object to be used for async comms |
"el" href="csasyncappui_8cpp-source.html#l00084">CCSAsyncAppUi::HandleCommandL().class="fragment">class="fragment">"l00099">00099 { "l00100">00100 class="code" href="class_c_c_s_async_document.html#56132cb68e64726ad0658571e44e9644">iHandler->class="code" href="class_c_c_s_async_request_handler.html#481d63e2f4e33b9cb8ed4680a965da25">RequestTime(); "l00101">00101 }class="anchor" name="0dcbea3e9ce301f1d5ac23a7679b8ee0">
class="mdRow">
Member Data Documentationclass="anchor" name="828f90acd9ecd7a6283a9226001e3921">
|