phonebookengines/contactsmodel/inc/cntviewbase.h
branchRCL_3
changeset 23 5586b4d2ec3e
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
--- 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
 	};