mds_plat/metadata_engine_api/inc/mdeproperty.h
branchRCL_3
changeset 14 646a02f170b9
parent 0 c53acadfccc6
--- 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);
 
 
 	/**