serviceproviders/sapi_contacts_vpbk/contactservice/src/contactservice.cpp
changeset 33 50974a8b132e
parent 22 fc9cf246af83
equal deleted inserted replaced
32:8d692d9f828f 33:50974a8b132e
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 //System includes
    19 //System includes
    20 
    20 
    21 #include <cvpbkvcardeng.h>//for the vcard engin
    21 #include <CVPbkVCardEng.h>//for the vcard engin
    22 #include <cvpbkcontactmanager.h>// for iContactManager
    22 #include <CVPbkContactManager.h>// for iContactManager
    23 #include <mvpbkcontactstore.h>// for iContactStore
    23 #include <MVPbkContactStore.h>// for iContactStore
    24 #include <tvpbkcontactstoreuriPtr.h>//used in SetupL
    24 #include <TVPbkContactStoreUriPtr.h>//used in SetupL
    25 #include <mvpbkcontactstorelist.h>//used in SetupL to get contact stores
    25 #include <MVPbkContactStoreList.h>//used in SetupL to get contact stores
    26 #include <mvpbkstorecontactfield.h>//used in AddFieldToContactL
    26 #include <MVPbkStoreContactField.h>//used in AddFieldToContactL
    27 #include <mvpbkstorecontact.h>// used in many function to get the store contact
    27 #include <MVPbkStoreContact.h>// used in many function to get the store contact
    28 #include <mvpbkcontactfieldtextdata.h>//for the field text data
    28 #include <MVPbkContactFieldTextData.h>//for the field text data
    29 #include <tvpbkfieldtypemapping.h>//used in CreateFieldTypeL()
    29 #include <TVPbkFieldTypeMapping.h>//used in CreateFieldTypeL()
    30 #include <mvpbkfieldtype.h>//return type of CreateFieldTypeL()
    30 #include <MVPbkFieldType.h>//return type of CreateFieldTypeL()
    31 #include <mvpbkcontactoperationbase.h>//for observer
    31 #include <MVPbkContactOperationBase.h>//for observer
    32 #include <mvpbkcontactfielddatetimedata.h>//Used in AddDateFieldToContactL
    32 #include <MVPbkContactFieldDateTimeData.h>//Used in AddDateFieldToContactL
    33 #include <mvpbkcontactlink.h>//for param in ContactsSaved()
    33 #include <MVPbkContactLink.h>//for param in ContactsSaved()
    34 #include <cvpbkcontactstoreuriarray.h>//used in SetupL
    34 #include <CVPbkContactStoreUriArray.h>//used in SetupL
    35 #include <mvpbkstorecontact.h>		// used in many function to get the store contact
    35 #include <MVPbkStoreContact.h>		// used in many function to get the store contact
    36 #include <MVPbkContactGroup.h>
    36 #include <MVPbkContactGroup.h>
    37 #include <badesca.h>
    37 #include <badesca.h>
    38 #include <mvpbkcontactstoreproperties.h>
    38 #include <MVPbkContactStoreProperties.h>
    39 #include <tvpbkcontactstoreuriptr.h>
    39 #include <TVPbkContactStoreUriPtr.h>
    40 #include <MVPbkContactStore.h>
    40 #include <MVPbkContactStore.h>
    41 
    41 
    42 //User includes.
    42 //User includes.
    43 #include "getliststorelistobserver.h"
    43 #include "getliststorelistobserver.h"
    44 #include "addcontactobserver.h"
    44 #include "addcontactobserver.h"