CCSAsyncRequestHandler Class Reference

List of all members.

Public Member Functions

virtual ~CCSAsyncRequestHandler ()
void RequestTime ()
void CancelRequest ()
TTime Time () const

Static Public Member Functions

static CCSAsyncRequestHandlerNewL (MAsyncTimeObserver &aObserver)
static CCSAsyncRequestHandlerNewLC (MAsyncTimeObserver &aObserver)

Protected Member Functions

void RunL ()
void DoCancel ()

Detailed Description

CCSAsyncRequestHandler An instance of the request handler object for the ClientServerAsync example application

Definition at line 35 of file csasyncrequesthandler.h.


Constructor & Destructor Documentation

CCSAsyncRequestHandler::~CCSAsyncRequestHandler (  )  [virtual]

Member Function Documentation

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.

Parameters:
aObserver The object to be used to handle updates from the server.
Returns:
A pointer to the created instance of CCSAsyncRequestHandler.

Definition at line 32 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.

Parameters:
aObserver The object to be used to handle updates from the server.
Returns:
A pointer to the created instance of CCSAsyncRequestHandler.

Definition at line 44 of file csasyncrequesthandler.cpp.

void CCSAsyncRequestHandler::RequestTime (  ) 
void CCSAsyncRequestHandler::CancelRequest (  ) 
TTime CCSAsyncRequestHandler::Time (  )  const
void CCSAsyncRequestHandler::RunL (  )  [protected]
void CCSAsyncRequestHandler::DoCancel (  )  [protected]

Generated by  doxygen 1.6.2