serviceproviders/sapi_contacts_vpbk/tsrc/dev/tcontactprovidertest/src/tcompluginblocks.cpp
changeset 33 50974a8b132e
parent 22 fc9cf246af83
child 58 ea43c23d28d2
equal deleted inserted replaced
32:8d692d9f828f 33:50974a8b132e
    19 
    19 
    20 
    20 
    21 // INCLUDE FILES
    21 // INCLUDE FILES
    22 #include <e32svr.h>
    22 #include <e32svr.h>
    23 #include <StifParser.h>
    23 #include <StifParser.h>
    24 #include <Stiftestinterface.h>
    24 #include <StifTestInterface.h>
    25 
    25 
    26 #include <LiwServiceHandler.h>
    26 #include <liwservicehandler.h>
    27 #include <LiwCommon.h>
    27 #include <liwcommon.h>
    28 
    28 
    29 #include <VPbkEng.rsg>
    29 #include <VPbkEng.rsg>
    30 #include <e32def.h>
    30 #include <e32def.h>
    31 
    31 
    32 #include <MVPbkContactFieldTextData.h>
    32 #include <MVPbkContactFieldTextData.h>
    41 #include <TVPbkContactStoreUriPtr.h>
    41 #include <TVPbkContactStoreUriPtr.h>
    42 #include <CVPbkFieldTypeRefsList.h>
    42 #include <CVPbkFieldTypeRefsList.h>
    43 #include <MVPbkContactFieldTextData.h>
    43 #include <MVPbkContactFieldTextData.h>
    44 #include<f32file.h>
    44 #include<f32file.h>
    45 
    45 
    46 #include "Tcomplugin.h"
    46 #include "tcomplugin.h"
    47 
    47 
    48 _LIT(LogFileName , "C:\\Notifications.txt") ;
    48 _LIT(LogFileName , "C:\\Notifications.txt") ;
    49 
    49 
    50 _LIT(KError,"Error code is");
    50 _LIT(KError,"Error code is");
    51 _LIT(KSuccess,"Successful");
    51 _LIT(KSuccess,"Successful");