# HG changeset patch # User Stefan Karlsson # Date 1269790654 -3600 # Node ID a0569b7c23b8186cab4a604dc2b0f2e1782b184a # Parent 16369ba022938ee04d4c9e8a970d261a08d1e3c1 Fixed "extra qualification" syntax errors. diff -r 16369ba02293 -r a0569b7c23b8 harvester/server/inc/backupsubscriber.h --- a/harvester/server/inc/backupsubscriber.h Sun Mar 14 12:49:29 2010 +0000 +++ b/harvester/server/inc/backupsubscriber.h Sun Mar 28 16:37:34 2010 +0100 @@ -75,7 +75,7 @@ @param aPropertyCategory observed key's category. @param aKey observed key. */ - void CBackupSubscriber::NotifyKeyAndStatusL( + void NotifyKeyAndStatusL( const TInt aKeyValue, TRequestStatus& aStatus, const TUid aPropertyCategory, diff -r 16369ba02293 -r a0569b7c23b8 mds_plat/metadata_engine_api/inc/mdeobjectcondition.h --- a/mds_plat/metadata_engine_api/inc/mdeobjectcondition.h Sun Mar 14 12:49:29 2010 +0000 +++ b/mds_plat/metadata_engine_api/inc/mdeobjectcondition.h Sun Mar 28 16:37:34 2010 +0100 @@ -232,7 +232,7 @@ * @param aString Text string to look for. * @param aObjectIds object IDs to look for. */ - void CMdEObjectCondition::ConstructL( const RArray* aObjectIds, + void ConstructL( const RArray* aObjectIds, const TDesC* aString, const TMdEUintRange* aRange ); private: diff -r 16369ba02293 -r a0569b7c23b8 mds_plat/metadata_engine_api/inc/mdeproperty.h --- a/mds_plat/metadata_engine_api/inc/mdeproperty.h Sun Mar 14 12:49:29 2010 +0000 +++ b/mds_plat/metadata_engine_api/inc/mdeproperty.h Sun Mar 28 16:37:34 2010 +0100 @@ -69,7 +69,7 @@ * @param aObject owner object of property * @return new numeric property */ - static CMdEProperty* CMdEProperty::NewL(const CMdEPropertyDef& aDef, const CMdEObject& aObject); + static CMdEProperty* NewL(const CMdEPropertyDef& aDef, const CMdEObject& aObject); /** * Constructs a new property. @@ -78,7 +78,7 @@ * @param aObject owner object of property * @return new numeric property */ - static CMdEProperty* CMdEProperty::NewLC(const CMdEPropertyDef& aDef, const CMdEObject& aObject); + static CMdEProperty* NewLC(const CMdEPropertyDef& aDef, const CMdEObject& aObject); /**