contentstorage/castorage/inc/casqlquerycreator.h
changeset 109 e0aa398e6810
parent 80 397d00875918
child 127 7b66bc3c6dc9
--- a/contentstorage/castorage/inc/casqlquerycreator.h	Tue Jul 06 14:37:10 2010 +0300
+++ b/contentstorage/castorage/inc/casqlquerycreator.h	Wed Aug 18 10:05:49 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.