contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h
changeset 109 e0aa398e6810
parent 104 9b022b1f357c
equal deleted inserted replaced
104:9b022b1f357c 109:e0aa398e6810
    46      * Destructor.
    46      * Destructor.
    47      */
    47      */
    48     virtual ~CCaWidgetDescription();
    48     virtual ~CCaWidgetDescription();
    49 
    49 
    50     /**
    50     /**
       
    51      * @return new heap allocated object being a copy of the object.
       
    52      * Ownership is passed to the caller.
       
    53      */
       
    54     CCaWidgetDescription *CloneL();
       
    55     
       
    56     /**
    51      * Static method to compare two CCaWidgetDescription objects
    57      * Static method to compare two CCaWidgetDescription objects
    52      * used in Find() method
    58      * used in Find() method
    53      * @param aFirst first item to compare
    59      * @param aFirst first item to compare
    54      * @param aSecond second item to compare
    60      * @param aSecond second item to compare
    55      * @return ETrue if widget uri value is the same in both objects,
    61      * @return ETrue if widget uri value is the same in both objects,
    56      * otherwise returns EFalse
    62      * otherwise returns EFalse
    57      */
    63      */
    58     static TBool Compare( const CCaWidgetDescription& aFirst,
    64     static TBool CompareUri( const CCaWidgetDescription& aFirst,
    59             const CCaWidgetDescription& aSecond );
    65             const CCaWidgetDescription& aSecond );
    60 
    66 
    61     /**
    67     /**
    62      * Method to compare two CCaWidgetDescription objects
    68      * Method to compare two CCaWidgetDescription objects
    63      * @param aToCompare first item to compare
    69      * @param aToCompare first item to compare