serviceproviders/sapi_contacts_vpbk/contactservice/src/deletecontactobserver.cpp
changeset 33 50974a8b132e
parent 19 989d2f495d90
equal deleted inserted replaced
32:8d692d9f828f 33:50974a8b132e
    19 //User Includes
    19 //User Includes
    20 #include "deletecontactobserver.h"
    20 #include "deletecontactobserver.h"
    21 #include "contactcallback.h"
    21 #include "contactcallback.h"
    22 
    22 
    23 //System Includes
    23 //System Includes
    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 <mvpbkstorecontact.h>// used in many function to get the store contact
    26 #include <MVPbkStoreContact.h>// used in many function to get the store contact
    27 #include <mvpbkcontactoperationbase.h>//for observer
    27 #include <MVPbkContactOperationBase.h>//for observer
    28 #include <mvpbkcontactlink.h>//for param in ContactsSaved()
    28 #include <MVPbkContactLink.h>//for param in ContactsSaved()
    29 #include <mvpbkcontactstoreproperties.h>//for getting store uri in StoreReady()
    29 #include <MVPbkContactStoreProperties.h>//for getting store uri in StoreReady()
    30 
    30 
    31 //-------------------------------------------------------------------------------------
    31 //-------------------------------------------------------------------------------------
    32 // Static method to create instance of delete contact observer.
    32 // Static method to create instance of delete contact observer.
    33 //-------------------------------------------------------------------------------------
    33 //-------------------------------------------------------------------------------------
    34 
    34