CMessAsyncWaiter Class Reference

List of all members.

Public Member Functions

 ~CMessAsyncWaiter ()
void StartAndWait ()
TInt Result () const
void StartAndWait ()
TInt Result () const
void StartAndWait ()
TInt Result () const

Static Public Member Functions

static CMessAsyncWaiterNewL ()
static CMessAsyncWaiterNewL ()
static CMessAsyncWaiterNewL ()


Detailed Description

CMessAsyncWaiter 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.

CMessAsyncWaiter is a class that publicily 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 34 of file asyncwaiter.h.


Member Function Documentation

CMessAsyncWaiter * CMessAsyncWaiter::NewL (  )  [static]

Creates an object of CMessAsyncWaiter.

Creates an object of CMessAsyncWaiter

Creates an object of CMessAsyncWaiter.

Definition at line 29 of file asyncwaiter.cpp.

void CMessAsyncWaiter::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 52 of file asyncwaiter.cpp.

TInt CMessAsyncWaiter::Result (  )  const

Returns the error code after the request has been processed by the active scheduler.

Definition at line 62 of file asyncwaiter.cpp.


Generated on Thu Jan 21 10:33:06 2010 for TB10.1 Example Applications by  doxygen 1.5.3