#include <mmf/common/speechrecognitioncustomcommandparser.h>
| class CSpeechRecognitionCustomCommandParser : public CMMFCustomCommandParserBase |
| Public Member Functions | |
|---|---|
| ~CSpeechRecognitionCustomCommandParser() | |
| virtual void | HandleRequest(TMMFMessage &) |
| IMPORT_C CSpeechRecognitionCustomCommandParser * | NewL(MSpeechRecognitionCustomCommandImplementor &) |
This is the main class of Speech Recognition Custom Commands Parser.
| IMPORT_C | ~CSpeechRecognitionCustomCommandParser | ( | ) |
Destructor.
| void | HandleRequest | ( | TMMFMessage & | aMessage | ) | [virtual] |
Reimplemented from CMMFCustomCommandParserBase::HandleRequest(TMMFMessage &)
Handles the request from the client.
| Parameter | Description |
|---|---|
| aMessage | The message containing the information of the request. |
| IMPORT_C CSpeechRecognitionCustomCommandParser * | NewL | ( | MSpeechRecognitionCustomCommandImplementor & | aImplementor | ) | [static] |
Factory function for creating this class.
| Parameter | Description |
|---|---|
| aImplementor | A reference to a custom commands implementor. |
Returns: A pointer to a CSpeechRecognitionCustomCommandParser object.