contacts_plat/contacts_services_api/inc/cntservicescontact.h
changeset 53 e6aff7b69165
parent 50 77bc263e1626
equal deleted inserted replaced
51:81c360d47083 53:e6aff7b69165
    36 
    36 
    37 /// Return values from editing service
    37 /// Return values from editing service
    38 const int KCntServicesReturnValueContactSaved       = 1;
    38 const int KCntServicesReturnValueContactSaved       = 1;
    39 const int KCntServicesReturnValueContactDeleted     = -1;
    39 const int KCntServicesReturnValueContactDeleted     = -1;
    40 const int KCntServicesReturnValueContactNotModified = 0;
    40 const int KCntServicesReturnValueContactNotModified = 0;
    41 
    41 const int KCntServicesTerminated = -2;
    42 
    42 
    43 /**
    43 /**
    44  * A data container class to be used with "phonebookservices" Qt Highway services.
    44  * A data container class to be used with "phonebookservices" Qt Highway services.
    45  */
    45  */
    46 class CntServicesContact
    46 class CntServicesContact