diff -r 6752808b2036 -r 646a02f170b9 mds_plat/metadata_engine_api/inc/mdeproperty.h --- a/mds_plat/metadata_engine_api/inc/mdeproperty.h Fri Feb 19 23:14:48 2010 +0200 +++ b/mds_plat/metadata_engine_api/inc/mdeproperty.h Fri Mar 12 15:44:28 2010 +0200 @@ -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); /**