CAknNotifierServerAppService Class Reference

class CAknNotifierServerAppService : public CAknAppServiceBase

Inherits from

Constructor & Destructor Documentation

CAknNotifierServerAppService(const CAknNotifierAppServer &)

IMPORT_CCAknNotifierServerAppService(const CAknNotifierAppServer &aAppServer)

Parameters

const CAknNotifierAppServer & aAppServer

~CAknNotifierServerAppService()

IMPORT_C~CAknNotifierServerAppService()

Member Functions Documentation

AllowClientL(const RMessage2 &)

IMPORT_C TBoolAllowClientL(const RMessage2 &aMessage)[virtual]
ServiceL calls this method to decide whether the message will be served or not. Default implementation just checks that client is Symbian Notifier server thread, other clients are not served.
Since
3.0

Parameters

const RMessage2 & aMessageMessage from client.

HandleMessageL(const RMessage2 &)

IMPORT_C voidHandleMessageL(const RMessage2 &aMessage)[virtual]

Actual message handling, this method commands server to do notifier operations based on received message. ServiceL calls this method if client has passed AllowClientL checking.

Since
3.0

Parameters

const RMessage2 & aMessageMessage from client.

ResolveBuffersL(const RMessage2 &)

voidResolveBuffersL(const RMessage2 &aMessage)[private]

Parameters

const RMessage2 & aMessage

ServiceL(const RMessage2 &)

IMPORT_C voidServiceL(const RMessage2 &aMessage)[virtual]

Override of CSession2::ServiceL(). If further overridden, this function must be base-called.

Parameters

const RMessage2 & aMessageThe client message

WriteReplyL(const RMessage2 &)

voidWriteReplyL(const RMessage2 &aMessage)[private]

Parameters

const RMessage2 & aMessage

Member Data Documentation

HBufC8 * iInputBuf

HBufC8 *iInputBuf[private]

CAknNotifierAppServer & iOwner

CAknNotifierAppServer &iOwner[private]

HBufC8 * iReplyBuf

HBufC8 *iReplyBuf[private]