Location:
mmfstandardcustomcommands.h
Link against: mmfstandardcustomcommands.lib
class CMMFResourceNotificationCustomCommandParser : public CMMFCustomCommandParserBase;
Client class to provide Audio resource notification controllers.
The class uses the custom command function of the controller plugin, and removes the necessity for the client to formulate the custom commands.
CBase
- Base class for all classes to be instantiated on the heap
CMMFCustomCommandParserBase
- Base class to define the interface of a custom command parser
CMMFResourceNotificationCustomCommandParser
- Client class to provide Audio resource notification controllers
Defined in CMMFResourceNotificationCustomCommandParser
:
HandleRequest()
, NewL()
, ~CMMFResourceNotificationCustomCommandParser()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CMMFCustomCommandParserBase
:
InterfaceId()
static IMPORT_C CMMFResourceNotificationCustomCommandParser *NewL(MMMFResourceNotificationCustomCommandImplementor &aImplementor);
Creates a new custom command parser capable of handling resource notification controller commands.
|
|
virtual void HandleRequest(TMMFMessage &aMessage);
Handles a request from the client. Called by the controller framework.
|