#include <mmf/common/speechrecognitioncustomcommandparser.h>
Link against: speechrecognitioncustomcommands.lib
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.
Parameters | |
---|---|
aMessage | The message containing the information of the request. |
IMPORT_C CSpeechRecognitionCustomCommandParser * | NewL | ( | MSpeechRecognitionCustomCommandImplementor & | aImplementor | ) | [static] |
Factory function for creating this class.
Parameters | |
---|---|
aImplementor | A reference to a custom commands implementor. |