--- a/phonebookui/Phonebook2/inc/spbcontactdatamodel.h Tue May 25 12:26:45 2010 +0300
+++ b/phonebookui/Phonebook2/inc/spbcontactdatamodel.h Wed Jun 09 09:26:27 2010 +0300
@@ -94,8 +94,16 @@
* @return Presentation field index shown at aListIndex
*/
IMPORT_C TInt PresentationFieldIndex( TInt aListIndex );
-
+
/**
+ * Get List Box index for field at aIndex
+ *
+ * @param Presentation field index
+ * @return Listbox row index
+ */
+ IMPORT_C TInt ListIndex( TInt aPresentationIndex );
+
+ /**
* Externalize model into stream
*/
IMPORT_C void ExternalizeL( RWriteStream& aStream ) const;