CAknAppServiceBase Class Reference

#include <mw/AknServerApp.h>

class CAknAppServiceBase : public CApaAppServiceBase

Inherits from

  • CAknAppServiceBase

    Detailed Description

    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.

    Constructor & Destructor Documentation

    CAknAppServiceBase ( )

    IMPORT_CCAknAppServiceBase()

    Constructor

    ~CAknAppServiceBase ( )

    IMPORT_C~CAknAppServiceBase()

    Destructor

    Member Function Documentation

    CreateL ( )

    IMPORT_C voidCreateL()[protected, virtual]

    Reimplemented from CApaAppServiceBase::CreateL()

    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]

    Reimplemented from CApaAppServiceBase::ServiceError(const RMessage2 &,TInt)

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

    ParameterDescription
    aMessageThe client message.
    aErrorThe error code to which occured during message servicing

    ServiceL ( const RMessage2 & )

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

    Reimplemented from CApaAppServiceBase::ServiceL(const RMessage2 &)

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

    ParameterDescription
    aMessageThe client message