Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class CMMFDurationInfoCustomCommandParser

Interface status: deprecated 9.2 - Replaced by CMMFDurationInfoCustomCommandParser2

class CMMFDurationInfoCustomCommandParser : public CMMFCustomCommandParserBase;

Description

Derivation

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

MMMFDurationInfoCustomCommandImplementor &aImplementor

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

Return value

CMMFDurationInfoCustomCommandParser *

A pointer to the object created.


~CMMFDurationInfoCustomCommandParser()

Interface status: deprecated Inherited from: CMMFDurationInfoCustomCommandParser

IMPORT_C ~CMMFDurationInfoCustomCommandParser();

Description

Destructor.

[Top]


Member functions


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

TMMFMessage &aMessage

The message to be handled.