serviceproviders/sapi_contacts_vpbk/contactservice/src/importstorelistobserver.cpp
changeset 33 50974a8b132e
parent 19 989d2f495d90
equal deleted inserted replaced
32:8d692d9f828f 33:50974a8b132e
    18  
    18  
    19 
    19 
    20 
    20 
    21 #include "importstorelistobserver.h"
    21 #include "importstorelistobserver.h"
    22 
    22 
    23 #include <cvpbkvcardeng.h>//for the vcard engin
    23 #include <CVPbkVCardEng.h>//for the vcard engin
    24 #include <cvpbkcontactmanager.h>// for iContactManager
    24 #include <CVPbkContactManager.h>// for iContactManager
    25 #include <mvpbkcontactstore.h>// for iContactStore
    25 #include <MVPbkContactStore.h>// for iContactStore
    26 #include <tvpbkcontactstoreuriPtr.h>//used in SetupL
    26 #include <TVPbkContactStoreUriPtr.h>//used in SetupL
    27 #include <mvpbkcontactstorelist.h>//used in SetupL to get contact stores
    27 #include <MVPbkContactStoreList.h>//used in SetupL to get contact stores
    28 #include <mvpbkstorecontactfield.h>//used in AddFieldToContactL
    28 #include <MVPbkStoreContactField.h>//used in AddFieldToContactL
    29 #include <mvpbkstorecontact.h>// used in many function to get the store contact
    29 #include <MVPbkStoreContact.h>// used in many function to get the store contact
    30 #include <mvpbkcontactfieldtextdata.h>//for the field text data
    30 #include <MVPbkContactFieldTextData.h>//for the field text data
    31 #include <tvpbkfieldtypemapping.h>//used in CreateFieldTypeL()
    31 #include <TVPbkFieldTypeMapping.h>//used in CreateFieldTypeL()
    32 #include <mvpbkfieldtype.h>//return type of CreateFieldTypeL()
    32 #include <MVPbkFieldType.h>//return type of CreateFieldTypeL()
    33 #include <mvpbkcontactoperationbase.h>//for observer
    33 #include <MVPbkContactOperationBase.h>//for observer
    34 #include <mvpbkcontactfielddatetimedata.h>//Used in AddDateFieldToContactL
    34 #include <MVPbkContactFieldDateTimeData.h>//Used in AddDateFieldToContactL
    35 #include <mvpbkcontactlink.h>//for param in ContactsSaved()
    35 #include <MVPbkContactLink.h>//for param in ContactsSaved()
    36 #include <cvpbkcontactstoreuriarray.h>//used in SetupL
    36 #include <CVPbkContactStoreUriArray.h>//used in SetupL
    37 
    37 
    38 
    38 
    39 
    39 
    40 // ---------------------------------------------------------------------------
    40 // ---------------------------------------------------------------------------
    41 // Static method to create an instance of the import store list observer.
    41 // Static method to create an instance of the import store list observer.