diff -r ea59c434026a -r 79c49924ae23 mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplugin.cpp --- a/mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplugin.cpp Wed Jun 23 18:10:13 2010 +0300 +++ b/mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplugin.cpp Tue Jul 06 14:13:36 2010 +0300 @@ -4079,12 +4079,13 @@ TInt numItems = aCmd.ValueTObjectL( KMPXCollectionCommandIdIncOpenLNumItems ); TReadDirection direction(EReadUnknown); +/* Ascending and Decending reads are currently not used. We optimized for offset reads. if( aCmd.IsSupported(KMPXCollectionCommandIdIncOpenLAscDsc) && aCmd.IsSupported(KMPXCollectionCommandIdIncOpenLKeyItem) ) { direction = aCmd.ValueTObjectL(KMPXCollectionCommandIdIncOpenLAscDsc); } - +*/ CMPXCollectionPath* path = aCmd.ValueCObjectL(KMPXCollectionCommandIdIncOpenLPath); CleanupStack::PushL( path ); MPX_DEBUG_PATH( *path );