diff -r efda7c0771b9 -r 7b66bc3c6dc9 contentstorage/castorage/inc/casqlquery.h --- 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.