Location:
mmfdurationinfocustomcommands.h
Link against: mmfstandardcustomcommands.lib
class CMMFDurationInfoCustomCommandParser : public CMMFCustomCommandParserBase;
CBase
- Base class for all classes to be instantiated on the heap
CMMFCustomCommandParserBase
- Base class to define the interface of a custom command parser
CMMFDurationInfoCustomCommandParser
- (No abstract)
Defined in CMMFDurationInfoCustomCommandParser
:
HandleRequest()
, NewL()
, ~CMMFDurationInfoCustomCommandParser()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CMMFCustomCommandParserBase
:
InterfaceId()
static IMPORT_C CMMFDurationInfoCustomCommandParser *NewL(MMMFDurationInfoCustomCommandImplementor &aImplementor);
Creates a new custom command parser capable of processing duration information controller commands.
|
|
virtual void HandleRequest(TMMFMessage &aMessage);
Handles a request from the client. Called by the controller framework.
|