contentstorage/castorage/inc/casqlquerycreator.h
changeset 107 b34d53f6acdf
parent 94 dbb8300717f7
child 127 7b66bc3c6dc9
--- a/contentstorage/castorage/inc/casqlquerycreator.h	Fri Jul 23 14:03:00 2010 +0300
+++ b/contentstorage/castorage/inc/casqlquerycreator.h	Fri Aug 06 13:40:46 2010 +0300
@@ -107,11 +107,13 @@
      *
      * @param aSqlQuery The list of result queries needed for the touch 
      * operation.
-     * @param aSqlDb The handle to the database needed for the created 
+     * @param aSqlDb The handle to the database needed for the created. 
+     * @param aRemovable to create query to change used flag only for 
+     * removable entries.
      * queries' member (RSqlStatement iStatement).
      */
     static void CreateTouchQueryL( RPointerArray<CCaSqlQuery>& aSqlQuery,
-            RSqlDatabase& aSqlDb );
+            RSqlDatabase& aSqlDb, TBool aRemovable );
 
     /**
      * Creates an sql query to organize data within a group.