contentstorage/casrv/cawidgetscanner/inc/cawidgetdescription.h
changeset 107 b34d53f6acdf
parent 99 7aaf39b772ac
--- 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 );
 
     /**