diff -r efda7c0771b9 -r 7b66bc3c6dc9 contentstorage/castorage/src/casqlquery.cpp --- a/contentstorage/castorage/src/casqlquery.cpp Wed Oct 13 12:59:22 2010 +0300 +++ b/contentstorage/castorage/src/casqlquery.cpp Mon Oct 18 10:44:15 2010 +0300 @@ -250,18 +250,11 @@ // // --------------------------------------------------------------------------- // -void CCaSqlQuery::BindValuesForLaunchL( const TInt aEntryId, - const TInt64 aLaunchTime ) +void CCaSqlQuery::BindValuesForTouchL( const TInt aEntryId ) { - if( iQuery.Find( KSQLLaLaunchEntryId ) != KErrNotFound ) + if( iQuery.Find( KSQLEntryId ) != KErrNotFound ) { - BindIntL( iStatement.ParameterIndex( - KSQLLaLaunchEntryId ), aEntryId ); - } - if( iQuery.Find( KSQLLaLaunchTime ) != KErrNotFound ) - { - BindInt64L( iStatement.ParameterIndex( - KSQLLaLaunchTime ), aLaunchTime ); + BindIntL( iStatement.ParameterIndex( KSQLEntryId ), aEntryId ); } if( iQuery.Find( KSQLEnFlags ) != KErrNotFound ) {