diff -r e78d6e055a5b -r b34d53f6acdf contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h --- a/contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h Fri Jul 23 14:03:00 2010 +0300 +++ b/contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h Fri Aug 06 13:40:46 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 ); /**