diff -r 989d2f495d90 -r fc9cf246af83 serviceproviders/sapi_contacts_vpbk/inc/contactinterface.hrh --- a/serviceproviders/sapi_contacts_vpbk/inc/contactinterface.hrh Fri Jul 03 15:51:24 2009 +0100 +++ b/serviceproviders/sapi_contacts_vpbk/inc/contactinterface.hrh Thu Aug 27 07:43:07 2009 +0300 @@ -29,6 +29,7 @@ _LIT8( KCmdImport, "Import" ); _LIT8( KCmdExport, "Export" ); _LIT8( KCmdGetList, "GetList"); +_LIT8( KCmdGetIds, "GetIds"); _LIT8( KCmdAdd, "Add" ); _LIT8( KCmdDelete, "Delete" ); _LIT8( KCmdOrganiseGroups, "Organise" ); @@ -36,7 +37,7 @@ // Constant for the appending Error code _LIT8( KErrorCode, "ErrorCode" ); _LIT8( KErrorMessage, "ErrorMessage" ); - +_LIT8(KIdsLabel,"IdList"); // Constant for the appending TransactionID _LIT8( KTransactionID, "TransactionID" ); @@ -75,6 +76,7 @@ _LIT(KAscending, "Ascending"); _LIT(KDescending, "Descending"); +_LIT(KXspidLabel,"IMPP"); #ifndef C_FIELDKEYS_HRH @@ -156,6 +158,7 @@ _LIT8(KSyncClass, "SyncClass"); _LIT8(KLOCPrivacy, "LOCPrivacy"); _LIT8(KGenLabel, "GenLabel"); +_LIT8(KXspid, "IMPP"); #endif // C_FIELDKEYS_HRH #endif // C_CONTACTINTERFACE_HRH