CAsyncRequestHandler Class Reference

#include <ext/mw/crossenablerasyncrequesthandler.h>

class CAsyncRequestHandler : public CActive

Inherits from

Detailed Description

CAsyncRequestHandler An instance of the request handler object for the IssoCenrep notifications

Constructor & Destructor Documentation

~CAsyncRequestHandler ( )

~CAsyncRequestHandler()[virtual]

~CAsyncRequestHandler. Destructor. Destroys the object and release all memory objects.

Member Function Documentation

DoCancel ( )

voidDoCancel()[protected, virtual]

Reimplemented from CActive::DoCancel()

From CActive, DoCancel. Cancels any outstanding operation.

NewL ( MSsoObserver *, RCrossEnablerServerSession & )

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
aObserverThe object to be used to handle updates from the server.
Return Value
A pointer to the created instance of CAsyncRequestHandler.

NewLC ( MSsoObserver *, RCrossEnablerServerSession & )

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
aObserverThe object to be used to handle updates from the server.
Return Value
A pointer to the created instance of CCSAsyncRequestHandler.

RegisterNotificationRequest ( )

voidRegisterNotificationRequest()

RunL ( )

voidRunL()[protected, virtual]

Reimplemented from CActive::RunL()

From CActive, RunL. Callback function. Invoked to handle responses from the server.