CAknAppServiceBase Class Reference

class CAknAppServiceBase : public CApaAppServiceBase

Base class for server app service IPC implementations. This class provides notifications of service creation and destruction to the server, to give the server the ability to handle the case where all clients have closed their sessions.

Inherits from

Constructor & Destructor Documentation

CAknAppServiceBase()

IMPORT_CCAknAppServiceBase()

Constructor

~CAknAppServiceBase()

IMPORT_C~CAknAppServiceBase()

Destructor

Member Functions Documentation

CreateL()

IMPORT_C voidCreateL()[protected, virtual]

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

ServiceError(const RMessage2 &, TInt)

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

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

Parameters

const RMessage2 & aMessageThe client message.
TInt aErrorThe error code to which occured during message servicing

ServiceL(const RMessage2 &)

IMPORT_C voidServiceL(const RMessage2 &aMessage)[protected, virtual]

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

Parameters

const RMessage2 & aMessageThe client message