diff -r 9b022b1f357c -r e0aa398e6810 contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h --- a/contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h Tue Jul 06 14:37:10 2010 +0300 +++ b/contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h Wed Aug 18 10:05:49 2010 +0300 @@ -48,6 +48,12 @@ virtual ~CCaWidgetDescription(); /** + * @return new heap allocated object being a copy of the object. + * Ownership is passed to the caller. + */ + CCaWidgetDescription *CloneL(); + + /** * Static method to compare two CCaWidgetDescription objects * used in Find() method * @param aFirst first item to compare @@ -55,7 +61,7 @@ * @return ETrue if widget uri value is the same in both objects, * otherwise returns EFalse */ - static TBool Compare( const CCaWidgetDescription& aFirst, + static TBool CompareUri( const CCaWidgetDescription& aFirst, const CCaWidgetDescription& aSecond ); /**