Fixed "extra qualification" syntax errors. CompilerCompatibility
authorStefan Karlsson <stefan.karlsson@nokia.com>
Sun, 28 Mar 2010 16:41:07 +0100
branchCompilerCompatibility
changeset 10 6c5f86e4c374
parent 7 a06e2496af8b
Fixed "extra qualification" syntax errors.
hti/HtiCommPlugins/HtiBtCommPlugin/HtiBtCommServer/inc/HtiBtCommInterface.h
stif/TestCombiner/inc/TestCombiner.h
stif/TestEngine/inc/SettingServer.h
stif/stif_plat/inc/UIStore.h
--- a/hti/HtiCommPlugins/HtiBtCommPlugin/HtiBtCommServer/inc/HtiBtCommInterface.h	Sun Mar 14 13:16:23 2010 +0000
+++ b/hti/HtiCommPlugins/HtiBtCommPlugin/HtiBtCommServer/inc/HtiBtCommInterface.h	Sun Mar 28 16:41:07 2010 +0100
@@ -139,8 +139,8 @@
         * During Connect(), connect the server
         * to remote BT host service.
         */
-        TInt RHtiBtCommInterface::ConnectBt( TDesC8& aDeviceNameOrAddress,
-                                             TInt aPort );
+        TInt ConnectBt( TDesC8& aDeviceNameOrAddress,
+                        TInt aPort );
 
 };
 
--- a/stif/TestCombiner/inc/TestCombiner.h	Sun Mar 14 13:16:23 2010 +0000
+++ b/stif/TestCombiner/inc/TestCombiner.h	Sun Mar 28 16:41:07 2010 +0100
@@ -233,8 +233,8 @@
         /**
         * Get running slave.
         */
-        CSlaveInfo* CTestCombiner::GetSlave( TUint32 aSlaveId );
-        CSlaveInfo* CTestCombiner::GetSlave( TDesC& aSlaveName );
+        CSlaveInfo* GetSlave( TUint32 aSlaveId );
+        CSlaveInfo* GetSlave( TDesC& aSlaveName );
 
         /**
         * Check requested events and send unset to first requested.
--- a/stif/TestEngine/inc/SettingServer.h	Sun Mar 14 13:16:23 2010 +0000
+++ b/stif/TestEngine/inc/SettingServer.h	Sun Mar 28 16:41:07 2010 +0100
@@ -91,7 +91,7 @@
         /**
         * Return pointer to the Logger(iSettingServerLogger)
         */
-        CStifLogger* CSettingServer::Logger();
+        CStifLogger* Logger();
 
     public: // Functions from base classes
 
--- a/stif/stif_plat/inc/UIStore.h	Sun Mar 14 13:16:23 2010 +0000
+++ b/stif/stif_plat/inc/UIStore.h	Sun Mar 28 16:41:07 2010 +0100
@@ -259,7 +259,7 @@
         *
         * Returns Symbian OS error code.
         */
-        IMPORT_C TInt CUIStore::SaveTestSet2( TDes& aSetName );
+        IMPORT_C TInt SaveTestSet2( TDes& aSetName );
         /**
         * Load test set.
         *