diff -r 9b022b1f357c -r e0aa398e6810 contentstorage/castorage/inc/casqlquerycreator.h --- 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& aSqlQuery, - RSqlDatabase& aSqlDb ); + RSqlDatabase& aSqlDb, TBool aRemovable ); /** * Creates an sql query to organize data within a group.