mds_plat/metadata_engine_api/inc/mdeobject.h
branchRCL_3
changeset 8 6752808b2036
parent 0 c53acadfccc6
equal deleted inserted replaced
3:b73a2e62868f 8:6752808b2036
   697 	/**
   697 	/**
   698 	 * Returns how many properties is modified and should be send to server
   698 	 * Returns how many properties is modified and should be send to server
   699 	 */
   699 	 */
   700 	TUint32 ModifiedPropertiesCount() const;
   700 	TUint32 ModifiedPropertiesCount() const;
   701 
   701 
   702     /**
       
   703      * Compares two properties.
       
   704      *
       
   705      * @param aFirst   First property.
       
   706      * @param aSecond  Second property.
       
   707      *
       
   708      * @return  0, if the properties are equal;
       
   709      *          a negative value, if the first property is less than the second;
       
   710      *          a positive value, if the first property is greater than the second.
       
   711      */
       
   712 	static TInt CompareProperties(const CMdEPropertyDef* aPropertyDef, const CMdEProperty& aProperty);
       
   713 	
       
   714 private:
   702 private:
   715 
   703 
   716 	/** Object definition.
   704 	/** Object definition.
   717 	 * This pointer must be initialized in constructor and 
   705 	 * This pointer must be initialized in constructor and 
   718 	 * not must be NULL in any point. */
   706 	 * not must be NULL in any point. */