mds_plat/metadata_engine_api/inc/mdeproperty.h
branchRCL_3
changeset 14 646a02f170b9
parent 0 c53acadfccc6
equal deleted inserted replaced
8:6752808b2036 14:646a02f170b9
    67 	 *
    67 	 *
    68 	 * @param aDef property definition
    68 	 * @param aDef property definition
    69 	 * @param aObject owner object of property
    69 	 * @param aObject owner object of property
    70 	 * @return new numeric property
    70 	 * @return new numeric property
    71 	 */
    71 	 */
    72 	static CMdEProperty* CMdEProperty::NewL(const CMdEPropertyDef& aDef, const CMdEObject& aObject);
    72 	static CMdEProperty* NewL(const CMdEPropertyDef& aDef, const CMdEObject& aObject);
    73 
    73 
    74 	/**
    74 	/**
    75 	 * Constructs a new property.
    75 	 * Constructs a new property.
    76 	 *
    76 	 *
    77 	 * @param aDef property definition
    77 	 * @param aDef property definition
    78 	 * @param aObject owner object of property
    78 	 * @param aObject owner object of property
    79 	 * @return new numeric property
    79 	 * @return new numeric property
    80 	 */
    80 	 */
    81 	static CMdEProperty* CMdEProperty::NewLC(const CMdEPropertyDef& aDef, const CMdEObject& aObject);
    81 	static CMdEProperty* NewLC(const CMdEPropertyDef& aDef, const CMdEObject& aObject);
    82 
    82 
    83 
    83 
    84 	/**
    84 	/**
    85 	 * Returns the definition of the integer property.
    85 	 * Returns the definition of the integer property.
    86 	 *
    86 	 *