mds_plat/metadata_engine_api/inc/mdeproperty.h
branchCompilerCompatibility
changeset 16 a0569b7c23b8
parent 0 c53acadfccc6
--- 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);
 
 
 	/**