phonebookengines/contactsmodel/cntsrv/inc/CCntIpcCodes.h
changeset 31 2a11b5b00470
parent 24 0ba2181d7c28
child 46 efe85016a067
--- a/phonebookengines/contactsmodel/cntsrv/inc/CCntIpcCodes.h	Mon May 03 12:24:20 2010 +0300
+++ b/phonebookengines/contactsmodel/cntsrv/inc/CCntIpcCodes.h	Fri May 14 15:42:23 2010 +0300
@@ -37,7 +37,7 @@
 #define KCapabilityWriteUserData 400
 
 // To be removed. Should be defined in a header file
-#define KCntSearchResultIdLists 99
+#define KCntSearchResultList 99
 
 /**
 Contacts database filename maximum length.  Used to police descriptors on Client
@@ -108,9 +108,9 @@
 	ECntOpenViewSession,
 	ECntCloseViewSession,
     ECntViewChangeSortOrderL,
-    ECntSearchResultIdLists = KCntSearchResultIdLists,  // Do not change this enum value
-                                                        // and do not add anything immediately
-                                                        // after this.
+    ECntSearchResultList = KCntSearchResultList,  // Do not change this enum value
+                                                  // and do not add anything immediately
+                                                  // after this.
 	// ---- Read User Data capability ----
 	ECntOpenDataBase= KCapabilityReadUserData,
 	ECntReOpenDbTables,