--- a/phonebookengines/contactsmodel/inc/cntviewbase.h Wed Mar 31 21:13:53 2010 +0300
+++ b/phonebookengines/contactsmodel/inc/cntviewbase.h Wed Apr 14 15:45:35 2010 +0300
@@ -77,7 +77,10 @@
EICCEntriesOnly =0x00000040,
/** Only contact cards and ICC entries (of type KUidContactCard, KUidContactOwnCard
or KUidContactICCEntry) are included in the view. */
- EICCEntriesAndContacts =0x00000080
+ EICCEntriesAndContacts =0x00000080,
+ /** Only contact cards (of type KUidContactCard) are included
+ in the view. Own card not included. */
+ EContactCardsOnly =0x00000100
};