CAknNotifierServerAppService Class Reference

class CAknNotifierServerAppService : public CAknAppServiceBase

Inherits from

Constructor & Destructor Documentation

CAknNotifierServerAppService(const CAknNotifierAppServer &)

IMPORT_C CAknNotifierServerAppService ( const CAknNotifierAppServer & aAppServer )

Parameters

const CAknNotifierAppServer & aAppServer

~CAknNotifierServerAppService()

IMPORT_C ~CAknNotifierServerAppService ( )

Member Functions Documentation

AllowClientL(const RMessage2 &)

IMPORT_C TBool AllowClientL ( 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 & aMessage Message from client.

HandleMessageL(const RMessage2 &)

IMPORT_C void HandleMessageL ( 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 & aMessage Message from client.

ResolveBuffersL(const RMessage2 &)

void ResolveBuffersL ( const RMessage2 & aMessage ) [private]

Parameters

const RMessage2 & aMessage

ServiceL(const RMessage2 &)

IMPORT_C void ServiceL ( const RMessage2 & aMessage ) [virtual]

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

Parameters

const RMessage2 & aMessage The client message

WriteReplyL(const RMessage2 &)

void WriteReplyL ( 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]