phonebookengines/contactsmodel/cntsrv/inc/CCntIpcCodes.h
changeset 46 efe85016a067
parent 31 2a11b5b00470
equal deleted inserted replaced
40:b46a585f6909 46:efe85016a067
    36 #define KCapabilityReadUserData 100
    36 #define KCapabilityReadUserData 100
    37 #define KCapabilityWriteUserData 400
    37 #define KCapabilityWriteUserData 400
    38 
    38 
    39 // To be removed. Should be defined in a header file
    39 // To be removed. Should be defined in a header file
    40 #define KCntSearchResultList 99
    40 #define KCntSearchResultList 99
       
    41 #define KCntPredictiveSearchList 98
    41 
    42 
    42 /**
    43 /**
    43 Contacts database filename maximum length.  Used to police descriptors on Client
    44 Contacts database filename maximum length.  Used to police descriptors on Client
    44 side.
    45 side.
    45 */
    46 */
   109 	ECntCloseViewSession,
   110 	ECntCloseViewSession,
   110     ECntViewChangeSortOrderL,
   111     ECntViewChangeSortOrderL,
   111     ECntSearchResultList = KCntSearchResultList,  // Do not change this enum value
   112     ECntSearchResultList = KCntSearchResultList,  // Do not change this enum value
   112                                                   // and do not add anything immediately
   113                                                   // and do not add anything immediately
   113                                                   // after this.
   114                                                   // after this.
   114 	// ---- Read User Data capability ----
   115     ECntPredictiveSearchList = KCntPredictiveSearchList,     // Do not change this enum value
       
   116                                                     // and do not add anything immediately
       
   117                                                     // after this.
       
   118                                                     // ---- Read User Data capability ----
   115 	ECntOpenDataBase= KCapabilityReadUserData,
   119 	ECntOpenDataBase= KCapabilityReadUserData,
   116 	ECntReOpenDbTables,
   120 	ECntReOpenDbTables,
   117 	ECntCreateView,
   121 	ECntCreateView,
   118 	ECntCreateNamedView,
   122 	ECntCreateNamedView,
   119 	ECntViewContactAt,
   123 	ECntViewContactAt,