CEikServAppUiSession Class Reference

class CEikServAppUiSession : public CSession2

Inherits from

Constructor & Destructor Documentation

CEikServAppUiSession(MEikServAppUiSessionHandler *)

IMPORT_CCEikServAppUiSession(MEikServAppUiSessionHandler *aHandler)

Parameters

MEikServAppUiSessionHandler * aHandler

~CEikServAppUiSession()

IMPORT_C~CEikServAppUiSession()

Member Functions Documentation

ConstructL()

IMPORT_C voidConstructL()[virtual]

PanicClient(const RMessage2 &, TEikAppUiServPanic)

voidPanicClient(const RMessage2 &aMessage,
TEikAppUiServPanicaCode
)[private]

Parameters

const RMessage2 & aMessage
TEikAppUiServPanic aCode

Server()

CEikServAppUiServer &Server()[private, inline]

ServiceError(const RMessage2 &, TInt)

IMPORT_C voidServiceError(const RMessage2 &aMessage,
TIntaError
)[virtual]

Parameters

const RMessage2 & aMessage
TInt aError

ServiceL(const RMessage2 &)

IMPORT_C voidServiceL(const RMessage2 &aMessage)[virtual]

Handles the servicing of a client request that has been passed to the server.

This function must be implemented in a derived class. The details of the request are contained within the message.

Parameters

const RMessage2 & aMessageThe message containing the details of the client request.

SessionHandler()

IMPORT_C MEikServAppUiSessionHandler *SessionHandler()const [protected]

Member Data Documentation

CEikServAppUiServer * iAppUiServer

CEikServAppUiServer *iAppUiServer[protected]

TInt iNotUsed1

TInt iNotUsed1[private]

TInt iNotUsed2

TInt iNotUsed2[private]

TBool iScreenBlanked

TBool iScreenBlanked[protected]

MEikServAppUiSessionHandler * iSessionHandler

MEikServAppUiSessionHandler *iSessionHandler[protected]