Fixed "extra qualification" syntax errors.
--- 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