#include "mmfstandardcustomcommands.h"
class CMMFResourceNotificationCustomCommandParser : public CMMFCustomCommandParserBase |
Public Member Functions | |
---|---|
~CMMFResourceNotificationCustomCommandParser() | |
virtual void | HandleRequest(TMMFMessage &) |
IMPORT_C CMMFResourceNotificationCustomCommandParser * | NewL(MMMFResourceNotificationCustomCommandImplementor &) |
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.
IMPORT_C | ~CMMFResourceNotificationCustomCommandParser | ( | ) |
Destructor.
void | HandleRequest | ( | TMMFMessage & | aMessage | ) | [virtual] |
Reimplemented from CMMFCustomCommandParserBase::HandleRequest(TMMFMessage &)
Handles a request from the client. Called by the controller framework.
Parameter | Description |
---|---|
aMessage | The message to be handled. |
IMPORT_C CMMFResourceNotificationCustomCommandParser * | NewL | ( | MMMFResourceNotificationCustomCommandImplementor & | aImplementor | ) | [static] |
Creates a new custom command parser capable of handling resource notification controller commands.
Parameter | Description |
---|---|
aImplementor | A reference to the controller plugin that owns this new object. |
Returns: A pointer to the object created.