diff -r b73a2e62868f -r 6dfc5f825351 mds_plat/metadata_engine_api/inc/mdeproperty.h --- a/mds_plat/metadata_engine_api/inc/mdeproperty.h Tue Feb 02 00:24:33 2010 +0200 +++ b/mds_plat/metadata_engine_api/inc/mdeproperty.h Fri Mar 19 09:38:01 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); /**