Fixed "extra qualification" syntax errors. CompilerCompatibility
authorStefan Karlsson <stefan.karlsson@nokia.com>
Sun, 28 Mar 2010 16:38:34 +0100
branchCompilerCompatibility
changeset 17 36f381977fa7
parent 14 2221119be131
Fixed "extra qualification" syntax errors.
hotspotfw/hsserver/inc/hotspotserver.h
wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h
wlanutilities/wlansniffer/mainapplication/inc/wsfmainviewcontainer.h
--- a/hotspotfw/hsserver/inc/hotspotserver.h	Fri Mar 19 13:04:03 2010 -0700
+++ b/hotspotfw/hsserver/inc/hotspotserver.h	Sun Mar 28 16:38:34 2010 +0100
@@ -252,7 +252,7 @@
         * @param aLoginTimerValue, set login timer value,
         * @param aLogoutTimerValue, set logout timer value.
         */        
-        void CHotSpotServer::SetTimerValues(
+        void SetTimerValues(
                 TUid aClientUid,
                 TUint aLoginTimerValue,
                 TUint aLogoutTimerValue );
@@ -264,7 +264,7 @@
         * @param aClientUid, client UID to find.
         * @return matching index if UID was found, otherwise KErrNotFound.
         */        
-        TInt CHotSpotServer::FindClientUid( TUid aClientUid );
+        TInt FindClientUid( TUid aClientUid );
         
     public: // Functions from base classes
 
--- a/wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h	Fri Mar 19 13:04:03 2010 -0700
+++ b/wlanutilities/wlansniffer/aiplugin/inc/wsfaiplugin.h	Sun Mar 28 16:38:34 2010 +0100
@@ -94,23 +94,23 @@
         * Steps 
         * @param ptr Pointer to an instance of this class
         */
-        static TInt CWsfAiPlugin::DoRefreshingStepL( TAny* ptr );
+        static TInt DoRefreshingStepL( TAny* ptr );
         
         /**
         * Steps the refresh animation
         */                
-        void CWsfAiPlugin::DoRefreshingStepL();
+        void DoRefreshingStepL();
         
         /**
         * Steps 
         * @param ptr Pointer to an instance of this class
         */
-        static TInt CWsfAiPlugin::DoConnectingStepL( TAny* ptr );
+        static TInt DoConnectingStepL( TAny* ptr );
         
         /**
         * Steps the refresh animation
         */                
-        void CWsfAiPlugin::DoConnectingStepL();
+        void DoConnectingStepL();
     
     public:     // from CAiContentPublisher
         
--- a/wlanutilities/wlansniffer/mainapplication/inc/wsfmainviewcontainer.h	Fri Mar 19 13:04:03 2010 -0700
+++ b/wlanutilities/wlansniffer/mainapplication/inc/wsfmainviewcontainer.h	Sun Mar 28 16:38:34 2010 +0100
@@ -245,13 +245,12 @@
          * Steps the connecting animation
          * @param ptr Pointer to an instance of this class
          */
-        static TInt CWsfMainViewContainer::DoConnectingAnimationStepL( 
-                                                                TAny* ptr );
+        static TInt DoConnectingAnimationStepL( TAny* ptr );
         
         /**
          * Steps the connecting animation
          */                
-        void CWsfMainViewContainer::DoConnectingAnimationStepL();
+        void DoConnectingAnimationStepL();
 
         /**
          *  Initialize the connecting animation