class Swi::CUissCmdHandler : public CBase |
Base class for all command handlers, which are used to handle messages received by the server. This class provides utility functions for the derived classes to utilise.
Public Member Functions | |
---|---|
void | HandleMessageL (const TDesC8 &, TDes8 &) |
Protected Member Functions | |
---|---|
CUissCmdHandler ( MUiHandler &) | |
void | CompleteL (const RMessage2 &, TInt , const TDesC8 &) |
Protected Attributes | |
---|---|
MUiHandler & | iUiHandler |
IMPORT_C | CUissCmdHandler | ( | MUiHandler & | aUiHandler | ) | [protected] |
Constructor.
MUiHandler & aUiHandler | The UI Handler used to display the messages. |
void | CompleteL | ( | const RMessage2 & | aMessage, |
TInt | aError, | |||
const TDesC8 & | aData | |||
) | const [protected] |
Helper function to complete the message, passing back a descriptor in argument one of the message.
void | HandleMessageL | ( | const TDesC8 & | aInBuf, |
TDes8 & | aOutBuf | |||
) | [pure virtual] |
Called to handle the message received by the server.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.