API published in: S60 3rd Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknserverapp.h>
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.
Public Member Functions |
|
IMPORT_C | CAknAppServiceBase () |
Constructor. |
|
IMPORT_C | ~CAknAppServiceBase () |
Destructor. |
|
Protected Member Functions |
|
IMPORT_C void | CreateL () |
Override of CSession2::CreateL(). |
|
IMPORT_C void | ServiceL (const RMessage2 &aMessage) |
Override of CSession2::ServiceL(). |
|
IMPORT_C void | ServiceError (const RMessage2 &aMessage, TInt aError) |
Override of CSession2::ServiceError(). |
|
Constructor. |
|
Destructor. |
|
Override of CSession2::CreateL(). If further overridden, this function must be base-called. |
|
Override of CSession2::ServiceError(). If further overridden, this function must be base-called.
|
|
Override of CSession2::ServiceL(). If further overridden, this function must be base-called.
|