# HG changeset patch # User Stefan Karlsson # Date 1269790580 -3600 # Node ID 4393b07b8c5df687834cbc960b48db3953b65677 # Parent 2411cd0e2ad61bed8def71ce01aa42caae61e507 Fixed "extra qualification" syntax errors. diff -r 2411cd0e2ad6 -r 4393b07b8c5d phoneapp/phoneuicontrol/inc/cphonenumberentrymanager.h --- a/phoneapp/phoneuicontrol/inc/cphonenumberentrymanager.h Sun Mar 14 13:09:36 2010 +0000 +++ b/phoneapp/phoneuicontrol/inc/cphonenumberentrymanager.h Sun Mar 28 16:36:20 2010 +0100 @@ -53,7 +53,7 @@ * @param aCbaManager: Handle to cphonecbamanager. * @return CPhoneNumberEntryManager* object */ - static CPhoneNumberEntryManager* CPhoneNumberEntryManager::NewL( + static CPhoneNumberEntryManager* NewL( CPhoneState* aState, MPhoneViewCommandHandle& aViewCommandHandle, MPhoneStateMachine& aStateMachine, diff -r 2411cd0e2ad6 -r 4393b07b8c5d phoneapp/phoneuiview/inc/cphonedtmfnumberlistquery.h --- a/phoneapp/phoneuiview/inc/cphonedtmfnumberlistquery.h Sun Mar 14 13:09:36 2010 +0000 +++ b/phoneapp/phoneuiview/inc/cphonedtmfnumberlistquery.h Sun Mar 28 16:36:20 2010 +0100 @@ -49,9 +49,9 @@ * @return CPhoneDtmfNumberListQuery* object */ static CPhoneDtmfNumberListQuery* - CPhoneDtmfNumberListQuery::NewL( MEikCommandObserver& aCommandObserver, - MPhoneQueryObserver& aQueryObserver, - HBufC*& aSelectedDtmfNumber ); + NewL( MEikCommandObserver& aCommandObserver, + MPhoneQueryObserver& aQueryObserver, + HBufC*& aSelectedDtmfNumber ); /** * Destructor. diff -r 2411cd0e2ad6 -r 4393b07b8c5d phoneengine/PhoneCntFinder/ContactService/inc/cphcntphonebookservices.h --- a/phoneengine/PhoneCntFinder/ContactService/inc/cphcntphonebookservices.h Sun Mar 14 13:09:36 2010 +0000 +++ b/phoneengine/PhoneCntFinder/ContactService/inc/cphcntphonebookservices.h Sun Mar 28 16:36:20 2010 +0100 @@ -117,7 +117,7 @@ * @since S60 v3.2 * @see MPhCntPhonebookServices */ - void CPhCntPhonebookServices::GetPhoneNumberL( + void GetPhoneNumberL( const TDesC8& aContactLink, const CPhCntSingleItemFetch::TCallType aCallType, HBufC*& aNumber, diff -r 2411cd0e2ad6 -r 4393b07b8c5d phoneengine/phonemodel/inc/cpeparsersshandler.h --- a/phoneengine/phonemodel/inc/cpeparsersshandler.h Sun Mar 14 13:09:36 2010 +0000 +++ b/phoneengine/phonemodel/inc/cpeparsersshandler.h Sun Mar 28 16:36:20 2010 +0100 @@ -233,22 +233,22 @@ /** * Create call barring observer */ - void CPEParserSSHandler::CreateCBObsL(); + void CreateCBObsL(); /** * Create call cli observer */ - void CPEParserSSHandler::CreateCliObsL(); + void CreateCliObsL(); /** * Create call divert observer */ - void CPEParserSSHandler::CreateCFObsL(); + void CreateCFObsL(); /** * Create call waiting observer */ - void CPEParserSSHandler::CreateCWObsL(); + void CreateCWObsL(); /** * if ConnectSsToEngine leaves, this is called diff -r 2411cd0e2ad6 -r 4393b07b8c5d phonesettings/pslncallimageplugin/inc/PslnCallImagePluginDRM.h --- a/phonesettings/pslncallimageplugin/inc/PslnCallImagePluginDRM.h Sun Mar 14 13:09:36 2010 +0000 +++ b/phonesettings/pslncallimageplugin/inc/PslnCallImagePluginDRM.h Sun Mar 28 16:36:20 2010 +0100 @@ -68,7 +68,7 @@ */ void ConstructL(); - void CPslnCallImagePluginDRM::ShowErrorNoteL( TInt aResourceId ) const; + void ShowErrorNoteL( TInt aResourceId ) const; private: // Data diff -r 2411cd0e2ad6 -r 4393b07b8c5d phoneuis/BubbleManager/Inc/BMBubbleOutlookConference.h --- a/phoneuis/BubbleManager/Inc/BMBubbleOutlookConference.h Sun Mar 14 13:09:36 2010 +0000 +++ b/phoneuis/BubbleManager/Inc/BMBubbleOutlookConference.h Sun Mar 28 16:36:20 2010 +0100 @@ -137,8 +137,7 @@ /** * From CCoeControl */ - void CBubbleOutlookConference::HandlePointerEventL - ( const TPointerEvent& aPointerEvent ); + void HandlePointerEventL( const TPointerEvent& aPointerEvent ); private: diff -r 2411cd0e2ad6 -r 4393b07b8c5d phoneuis/TelephonyDeviceMode/inc/CTelDMGripHandler.h --- a/phoneuis/TelephonyDeviceMode/inc/CTelDMGripHandler.h Sun Mar 14 13:09:36 2010 +0000 +++ b/phoneuis/TelephonyDeviceMode/inc/CTelDMGripHandler.h Sun Mar 28 16:36:20 2010 +0100 @@ -111,7 +111,7 @@ * @param aValue the value associated with the central repository ID * @return */ - TInt CTelDMGripHandler::GetInt( + TInt GetInt( const TUid& aUid, const TUint aId, TInt& aValue ) const;