diff -r de1630741fbe -r 2a11b5b00470 phonebookengines/contactsmodel/cntsrv/inc/CCntIpcCodes.h --- 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,