serviceproviders/sapi_contacts_vpbk/inc/contactinterface.hrh
changeset 22 fc9cf246af83
parent 19 989d2f495d90
equal deleted inserted replaced
19:989d2f495d90 22:fc9cf246af83
    27 
    27 
    28 //commands that can be performed on the contacts database.
    28 //commands that can be performed on the contacts database.
    29 _LIT8( KCmdImport, "Import" );
    29 _LIT8( KCmdImport, "Import" );
    30 _LIT8( KCmdExport, "Export" );
    30 _LIT8( KCmdExport, "Export" );
    31 _LIT8( KCmdGetList, "GetList");
    31 _LIT8( KCmdGetList, "GetList");
       
    32 _LIT8( KCmdGetIds, "GetIds");
    32 _LIT8( KCmdAdd, "Add" );
    33 _LIT8( KCmdAdd, "Add" );
    33 _LIT8( KCmdDelete, "Delete" );
    34 _LIT8( KCmdDelete, "Delete" );
    34 _LIT8( KCmdOrganiseGroups, "Organise" );
    35 _LIT8( KCmdOrganiseGroups, "Organise" );
    35 _LIT8( KCmdCancel, "Cancel" );
    36 _LIT8( KCmdCancel, "Cancel" );
    36 // Constant for the appending Error code
    37 // Constant for the appending Error code
    37 _LIT8( KErrorCode, "ErrorCode" );
    38 _LIT8( KErrorCode, "ErrorCode" );
    38 _LIT8( KErrorMessage, "ErrorMessage" );
    39 _LIT8( KErrorMessage, "ErrorMessage" );
    39 
    40 _LIT8(KIdsLabel,"IdList");
    40 // Constant for the appending TransactionID
    41 // Constant for the appending TransactionID
    41 _LIT8( KTransactionID, "TransactionID" );
    42 _LIT8( KTransactionID, "TransactionID" );
    42 
    43 
    43 //Constant for appending Iterator
    44 //Constant for appending Iterator
    44 _LIT8( KReturnValue, "ReturnValue");
    45 _LIT8( KReturnValue, "ReturnValue");
    73 _LIT(KDissociate, "Disassociate"); 
    74 _LIT(KDissociate, "Disassociate"); 
    74 				   	
    75 				   	
    75 _LIT(KAscending, "Ascending"); 
    76 _LIT(KAscending, "Ascending"); 
    76 _LIT(KDescending, "Descending"); 
    77 _LIT(KDescending, "Descending"); 
    77 
    78 
       
    79 _LIT(KXspidLabel,"IMPP");
    78 
    80 
    79 #ifndef C_FIELDKEYS_HRH
    81 #ifndef C_FIELDKEYS_HRH
    80 
    82 
    81 _LIT8(KSync, "Sync"); 
    83 _LIT8(KSync, "Sync"); 
    82 _LIT8(KLastName, "LastName"); 
    84 _LIT8(KLastName, "LastName"); 
   154 _LIT8(KCarPhone, "CarPhone"); 
   156 _LIT8(KCarPhone, "CarPhone"); 
   155 _LIT8(KAnniversary, "Anniversary"); 
   157 _LIT8(KAnniversary, "Anniversary"); 
   156 _LIT8(KSyncClass, "SyncClass"); 
   158 _LIT8(KSyncClass, "SyncClass"); 
   157 _LIT8(KLOCPrivacy, "LOCPrivacy"); 
   159 _LIT8(KLOCPrivacy, "LOCPrivacy"); 
   158 _LIT8(KGenLabel, "GenLabel");
   160 _LIT8(KGenLabel, "GenLabel");
       
   161 _LIT8(KXspid, "IMPP");
   159 
   162 
   160 #endif // C_FIELDKEYS_HRH
   163 #endif // C_FIELDKEYS_HRH
   161 #endif // C_CONTACTINTERFACE_HRH    
   164 #endif // C_CONTACTINTERFACE_HRH