Fixed "extra qualification" syntax errors. CompilerCompatibility
authorStefan Karlsson <stefan.karlsson@nokia.com>
Sun, 28 Mar 2010 16:35:57 +0100
branchCompilerCompatibility
changeset 13 7acb7382c3b3
parent 9 dbab16225188
child 14 1ac0a0999e81
Fixed "extra qualification" syntax errors.
callcontinuity/settingsreader/inc/vccsettingsreader.h
convergedconnectionhandler/cchserver/inc/cchservicehandler.h
sipvoipprovider/inc/svpcontroller.h
sipvoipprovider/inc/svpdtmfeventgenerator.h
sipvoipprovider/inc/svpemergencysession.h
--- a/callcontinuity/settingsreader/inc/vccsettingsreader.h	Sun Mar 14 13:09:00 2010 +0000
+++ b/callcontinuity/settingsreader/inc/vccsettingsreader.h	Sun Mar 28 16:35:57 2010 +0100
@@ -130,7 +130,7 @@
       * @since S60 v3.2
       * @return Service id if entry is found, otherwise KErrNotFound
       */     
-     static TInt VccSettingsReader::VccServiceIdL();
+     static TInt VccServiceIdL();
      
      /**
       * Gets service id that is mapped for the specified VCC call provider 
@@ -141,7 +141,7 @@
       * @since S60 v3.2
       * @return Service id if entry is found, otherwise KErrNotFound
       */     
-     static TInt VccSettingsReader::ServiceIdL( TInt aCallProviderPluginUid );
+     static TInt ServiceIdL( TInt aCallProviderPluginUid );
 private:
 
     /**
--- a/convergedconnectionhandler/cchserver/inc/cchservicehandler.h	Sun Mar 14 13:09:00 2010 +0000
+++ b/convergedconnectionhandler/cchserver/inc/cchservicehandler.h	Sun Mar 28 16:35:57 2010 +0100
@@ -207,7 +207,7 @@
      * @param aServiceId Service which to be checked
      * @return A state of the service.
      */
-    TCCHSubserviceState CCCHServiceHandler::ServiceState(
+    TCCHSubserviceState ServiceState(
             const TUint aServiceId );
     
     /** 
--- a/sipvoipprovider/inc/svpcontroller.h	Sun Mar 14 13:09:00 2010 +0000
+++ b/sipvoipprovider/inc/svpcontroller.h	Sun Mar 28 16:35:57 2010 +0100
@@ -832,8 +832,8 @@
     * @param aNewSVPSession The new established session.
     * @param aOldSVPSession The old transfered session.
     */
-    void CSVPController::CheckCallEventToBeSent( CSVPSessionBase* aNewSVPSession, 
-                                                 CSVPSessionBase* aOldSVPSession ) const;
+    void CheckCallEventToBeSent( CSVPSessionBase* aNewSVPSession, 
+                                 CSVPSessionBase* aOldSVPSession ) const;
 
 private:
 
--- a/sipvoipprovider/inc/svpdtmfeventgenerator.h	Sun Mar 14 13:09:00 2010 +0000
+++ b/sipvoipprovider/inc/svpdtmfeventgenerator.h	Sun Mar 28 16:35:57 2010 +0100
@@ -39,7 +39,7 @@
     /**
      * Two-phased constructor.
      */
-    static CSVPDTMFEventGenerator* CSVPDTMFEventGenerator::NewL( MSVPDTMFEventObserver& aObserver );
+    static CSVPDTMFEventGenerator* NewL( MSVPDTMFEventObserver& aObserver );
     
     /**
      * Destructor.
@@ -126,4 +126,4 @@
     
     };
 
-#endif // SVPDTMFEVENTGENERATOR_H
\ No newline at end of file
+#endif // SVPDTMFEVENTGENERATOR_H
--- a/sipvoipprovider/inc/svpemergencysession.h	Sun Mar 14 13:09:00 2010 +0000
+++ b/sipvoipprovider/inc/svpemergencysession.h	Sun Mar 28 16:35:57 2010 +0100
@@ -147,7 +147,7 @@
     * @since Series60 3.2
     * @return ETrue Refenrence to hold controller
     */    
-    CSVPHoldController& CSVPEmergencySession::HoldController() const;
+    CSVPHoldController& HoldController() const;
 
     /**
     * Handles hold session state changes