#include <mmfdurationinfocustomcommands.h>
Link against:
mmfstandardcustomcommands.lib
Class CMMFDurationInfoCustomCommandParser
Interface status: |
deprecated |
9.2 - Replaced by CMMFDurationInfoCustomCommandParser2 |
class CMMFDurationInfoCustomCommandParser : public CMMFCustomCommandParserBase;
Description
Derivation
CBase
-
Base class for all classes to be instantiated on the heap.
CMMFDurationInfoCustomCommandParser
- (No abstract)
Members
Defined in CMMFDurationInfoCustomCommandParser
:
Inherited from CBase
:
Inherited from CMMFCustomCommandParserBase
:
Construction and destruction
NewL(MMMFDurationInfoCustomCommandImplementor &)
Interface status: |
deprecated |
Inherited from: CMMFDurationInfoCustomCommandParser |
IMPORT_C static CMMFDurationInfoCustomCommandParser* NewL(MMMFDurationInfoCustomCommandImplementor &aImplementor);
Description
Creates a new custom command parser capable of processing duration information controller commands.
Parameters
Return value
~CMMFDurationInfoCustomCommandParser()
Interface status: |
deprecated |
Inherited from: CMMFDurationInfoCustomCommandParser |
IMPORT_C ~CMMFDurationInfoCustomCommandParser();
Description
Destructor.
HandleRequest(TMMFMessage &)
Interface status: |
deprecated |
Inherited from: CMMFDurationInfoCustomCommandParser |
virtual void HandleRequest(TMMFMessage &aMessage);
Description
Handles a request from the client. Called by the controller framework.
Parameters