phonebookengines/contactsmodel/cntsrv/inc/CCntIpcCodes.h
changeset 46 efe85016a067
parent 31 2a11b5b00470
--- a/phonebookengines/contactsmodel/cntsrv/inc/CCntIpcCodes.h	Fri Jun 11 13:29:23 2010 +0300
+++ b/phonebookengines/contactsmodel/cntsrv/inc/CCntIpcCodes.h	Wed Jun 23 18:02:44 2010 +0300
@@ -38,6 +38,7 @@
 
 // To be removed. Should be defined in a header file
 #define KCntSearchResultList 99
+#define KCntPredictiveSearchList 98
 
 /**
 Contacts database filename maximum length.  Used to police descriptors on Client
@@ -111,7 +112,10 @@
     ECntSearchResultList = KCntSearchResultList,  // Do not change this enum value
                                                   // and do not add anything immediately
                                                   // after this.
-	// ---- Read User Data capability ----
+    ECntPredictiveSearchList = KCntPredictiveSearchList,     // Do not change this enum value
+                                                    // and do not add anything immediately
+                                                    // after this.
+                                                    // ---- Read User Data capability ----
 	ECntOpenDataBase= KCapabilityReadUserData,
 	ECntReOpenDbTables,
 	ECntCreateView,