#include <ext/mw/crossenablerasyncrequesthandler.h>
| class CAsyncRequestHandler : public CActive |
| Public Member Functions | |
|---|---|
| virtual | ~CAsyncRequestHandler() |
| CAsyncRequestHandler * | NewL(MSsoObserver *, RCrossEnablerServerSession &) |
| CAsyncRequestHandler * | NewLC(MSsoObserver *, RCrossEnablerServerSession &) |
| void | RegisterNotificationRequest() |
| Protected Member Functions | |
|---|---|
| virtual void | DoCancel() |
| virtual void | RunL() |
| Inherited Attributes | |
|---|---|
| CActive::iStatus | |
| Inherited Enumerations | |
|---|---|
| CActive:TPriority | |
CAsyncRequestHandler An instance of the request handler object for the IssoCenrep notifications
| ~CAsyncRequestHandler | ( | ) | [virtual] |
~CAsyncRequestHandler. Destructor. Destroys the object and release all memory objects.
| void | DoCancel | ( | ) | [protected, virtual] |
Reimplemented from CActive::DoCancel()
From CActive, DoCancel. Cancels any outstanding operation.
| CAsyncRequestHandler * | NewL | ( | MSsoObserver * | aObserver, |
| RCrossEnablerServerSession & | aServer | |||
| ) | [static] | |||
NewL. Two-phased constructor. Creates a CAsyncRequestHandler 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. |
| CAsyncRequestHandler * | NewLC | ( | MSsoObserver * | aObserver, |
| RCrossEnablerServerSession & | aServer | |||
| ) | [static] | |||
NewLC. Two-phased constructor. Creates a CAsyncRequestHandler 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. |
| void | RegisterNotificationRequest | ( | ) |
| void | RunL | ( | ) | [protected, virtual] |
Reimplemented from CActive::RunL()
From CActive, RunL. Callback function. Invoked to handle responses from the server.