Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: mmfdurationinfocustomcommands.h
Link against: mmfstandardcustomcommands.lib

Class CMMFDurationInfoCustomCommandParser

class CMMFDurationInfoCustomCommandParser : public CMMFCustomCommandParserBase;

Description

Derivation

Members

Defined in CMMFDurationInfoCustomCommandParser:
HandleRequest(), NewL(), ~CMMFDurationInfoCustomCommandParser()

Inherited from CBase:
Delete(), Extension_(), operator new()

Inherited from CMMFCustomCommandParserBase:
InterfaceId()


Construction and destruction


NewL()

static IMPORT_C 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()

IMPORT_C ~CMMFDurationInfoCustomCommandParser();

Description

Destructor.

[Top]


Member functions


HandleRequest()

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.