#include <mw/AknServerApp.h>
class CAknAppServiceBase : public CApaAppServiceBase |
Public Member Functions | |
---|---|
CAknAppServiceBase() | |
~CAknAppServiceBase() |
Protected Member Functions | |
---|---|
virtual IMPORT_C void | CreateL() |
virtual IMPORT_C void | ServiceError(const RMessage2 &, TInt) |
virtual IMPORT_C void | ServiceL(const RMessage2 &) |
Inherited Enumerations | |
---|---|
CSession2:TPanicNo |
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.
IMPORT_C void | CreateL | ( | ) | [protected, virtual] |
Reimplemented from CApaAppServiceBase::CreateL()
Override of CSession2::CreateL(). If further overridden, this function must be base-called.
Reimplemented from CApaAppServiceBase::ServiceError(const RMessage2 &,TInt)
Override of CSession2::ServiceError(). If further overridden, this function must be base-called.
Parameter | Description |
---|---|
aMessage | The client message. |
aError | The error code to which occured during message servicing |
IMPORT_C void | ServiceL | ( | const RMessage2 & | aMessage | ) | [protected, virtual] |
Reimplemented from CApaAppServiceBase::ServiceL(const RMessage2 &)
Override of CSession2::ServiceL(). If further overridden, this function must be base-called.
Parameter | Description |
---|---|
aMessage | The client message |