Fixed "extra qualification" syntax errors.
--- a/speechsrv_plat/nss_srs_custom_commands_api/inc/nsssispeechrecognitioncustomcommandparser.h Sun Mar 14 13:09:44 2010 +0000
+++ b/speechsrv_plat/nss_srs_custom_commands_api/inc/nsssispeechrecognitioncustomcommandparser.h Sun Mar 28 16:36:26 2010 +0100
@@ -529,7 +529,7 @@
* @since 3.1
* @param aMessage Message containing the information of the request.
*/
- void CSISpeechRecognitionCustomCommandParser::DoAddSindeVoiceTagL( TMMFMessage& aMessage );
+ void DoAddSindeVoiceTagL( TMMFMessage& aMessage );
/**
* Adds an array of voice tags.
@@ -537,7 +537,7 @@
* @since 3.1
* @param aMessage Message containing the information of the request.
*/
- void CSISpeechRecognitionCustomCommandParser::DoAddSindeVoiceTagsL( TMMFMessage& aMessage );
+ void DoAddSindeVoiceTagsL( TMMFMessage& aMessage );
/**
* Pre-starts sampling
--- a/speechsrv_plat/vas_api/inc/nssvasctrainingparameters.h Sun Mar 14 13:09:44 2010 +0000
+++ b/speechsrv_plat/vas_api/inc/nssvasctrainingparameters.h Sun Mar 28 16:36:26 2010 +0100
@@ -126,7 +126,7 @@
/**
* Destroys SIND language array.
*/
- void CNssTrainingParameters::ResetSindeLanguageArray();
+ void ResetSindeLanguageArray();
private:
--- a/voiceui/vcommand/inc/vcgenericcontainer.h Sun Mar 14 13:09:44 2010 +0000
+++ b/voiceui/vcommand/inc/vcgenericcontainer.h Sun Mar 28 16:36:26 2010 +0100
@@ -64,9 +64,9 @@
* @param aMenubar a menubar
* @param aView a pointer to view class
*/
- CVCGenericContainer::CVCGenericContainer( CEikMenuBar* aMenuBar,
- CVCModel& aModel,
- CVCGenericView& aView );
+ CVCGenericContainer( CEikMenuBar* aMenuBar,
+ CVCModel& aModel,
+ CVCGenericView& aView );
/**
* Symbian default constructor.