contentstorage/castorage/inc/casqlquery.h
changeset 127 7b66bc3c6dc9
parent 94 dbb8300717f7
--- a/contentstorage/castorage/inc/casqlquery.h	Wed Oct 13 12:59:22 2010 +0300
+++ b/contentstorage/castorage/inc/casqlquery.h	Mon Oct 18 10:44:15 2010 +0300
@@ -60,8 +60,7 @@
         EAttributeTable,
         EGroupTable,
         EGroupTableRemove,
-        EGroupTableInsert,
-        ELaunchTable
+        EGroupTableInsert
         };
 
     /**
@@ -211,13 +210,11 @@
             const CCaEntryAttribute* aAttr );
 
     /**
-     * Binds values for a launch operation.
+     * Binds values for a touch operation.
      *
      * @param aEntryId The entry id to bind.
-     * @param aLaunchTime the launch time to bind.
      */
-    void BindValuesForLaunchL( const TInt aEntryId,
-            const TInt64 aLaunchTime );
+    void BindValuesForTouchL( const TInt aEntryId );
 
     /**
      * Binds values for a remove operation.