CMMFCustomCommandParserManager Class Reference
class CMMFCustomCommandParserManager : public CBase
|
Class to manage custom command parsers.
An object of this type is owned by the controller framework to contain all the custom command parsers for the controller plugin.
Inherits from
-
CMMFCustomCommandParserManager
Constructor & Destructor Documentation
CMMFCustomCommandParserManager()
CMMFCustomCommandParserManager
|
(
|
)
|
[private]
|
~CMMFCustomCommandParserManager()
IMPORT_C
|
~CMMFCustomCommandParserManager
|
(
|
)
|
|
Destructor.
Deletes all custom command parsers added to the manager.
Member Functions Documentation
AddCustomCommandParserL(CMMFCustomCommandParserBase &)
Adds a custom command parser to the manager. The manager takes ownership of the parser.
Note: This method will leave if it fails to add the parser. If it does leave, ownership of the parser will remain with the caller.
HandleRequest(TMMFMessage &)
Attempts to find a custom command parser capable of handling the message.
Member Data Documentation
RPointerArray< CMMFCustomCommandParserBase > iParsers
The array of custom command parsers.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.