Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <mmfstandardcustomcommands.h>
Link against: mmfstandardcustomcommands.lib

Class CMMFResourceNotificationCustomCommandParser

class CMMFResourceNotificationCustomCommandParser : public CMMFCustomCommandParserBase;

Description

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.

Derivation

Members

Defined in CMMFResourceNotificationCustomCommandParser:

Inherited from CBase:

Inherited from CMMFCustomCommandParserBase:


Construction and destruction


NewL(MMMFResourceNotificationCustomCommandImplementor &)

IMPORT_C static CMMFResourceNotificationCustomCommandParser* NewL(MMMFResourceNotificationCustomCommandImplementor &aImplementor);

Description

Creates a new custom command parser capable of handling resource notification controller commands.

Parameters

MMMFResourceNotificationCustomCommandImplementor &aImplementor

A reference to the controller plugin that owns this new object.

Return value

CMMFResourceNotificationCustomCommandParser *

A pointer to the object created.


~CMMFResourceNotificationCustomCommandParser()

IMPORT_C ~CMMFResourceNotificationCustomCommandParser();

Description

Destructor.

[Top]


Member functions


HandleRequest(TMMFMessage &)

virtual void HandleRequest(TMMFMessage &aMessage);

Description

Handles a request from the client. Called by the controller framework.

Parameters

TMMFMessage &aMessage

The message to be handled.