--- a/filemanager/App/src/CFileManagerContainerBase.cpp Wed Mar 31 21:15:58 2010 +0300
+++ b/filemanager/App/src/CFileManagerContainerBase.cpp Wed Apr 14 15:47:10 2010 +0300
@@ -578,5 +578,14 @@
{
iListBox->View()->SetSelectionIndexesL( aSelectionIndexes );
}
-
+
+// -----------------------------------------------------------------------------
+// CFileManagerContainerBase::SearchFieldToListBoxIndex
+//
+// -----------------------------------------------------------------------------
+//
+TInt CFileManagerContainerBase::SearchFieldToListBoxIndex( TInt aIndex )
+ {
+ return 0;
+ }
// End of File