CAknCapServerSession Class Reference

class CAknCapServerSession : public CAknNotifierServerAppService

Constructor & Destructor Documentation

CAknCapServerSession(const CAknCapServer *)

CAknCapServerSession(const CAknCapServer *aAppServer)[inline]

Parameters

const CAknCapServer * aAppServer

~CAknCapServerSession()

~CAknCapServerSession()[inline]

Member Functions Documentation

AllowClientL(const RMessage2 &)

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 eikon server thread, other clients are not served.
Since
3.0

Parameters

const RMessage2 & aMessageMessage from client.

HandleMessageL(const RMessage2 &)

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.

Member Data Documentation

TInt iBlankCount

TInt iBlankCount[private]

CAknCapServer * iServer

CAknCapServer *iServer[private]