mds_plat/metadata_engine_api/inc/mdeobjectdef.h
branchRCL_3
changeset 8 6752808b2036
parent 1 acef663c1218
child 15 3cebc1a84278
--- a/mds_plat/metadata_engine_api/inc/mdeobjectdef.h	Tue Feb 02 00:24:33 2010 +0200
+++ b/mds_plat/metadata_engine_api/inc/mdeobjectdef.h	Fri Feb 19 23:14:48 2010 +0200
@@ -116,31 +116,9 @@
 	CMdEPropertyDef* GetPropertyDefL(const TDesC& aName, CMdEObjectDef* aChild);
 
 	void ConstructL(CMdCSerializationBuffer& aSchemaBuffer);
+
+    static TInt CompareProperties(const CMdEPropertyDef& aFirst, const CMdEPropertyDef& aSecond);
 	
-    /**
-     * Compares two properties.
-     *
-     * @param aFirst   First property.
-     * @param aSecond  Second property.
-     *
-     * @return  0, if the properties are equal;
-     *          a negative value, if the first property is less than the second;
-     *          a positive value, if the first property is greater than the second.
-     */
-    static TInt CompareProperties( const CMdEPropertyDef& aFirst, const CMdEPropertyDef& aSecond );
-
-    /**
-     * Compares two properties.
-     *
-     * @param aFirst   First property id.
-     * @param aSecond  Second property.
-     *
-     * @return  0, if the properties are equal;
-     *          a negative value, if the first property is less than the second;
-     *          a positive value, if the first property is greater than the second.
-     */
-    static TInt CompareProperties( const TDefId* aFirst, const CMdEPropertyDef& aSecond );
-    
 private:
 	const TMdCObjectDef& iObjectDef;
 	CMdENamespaceDef& iNamespaceDef;