phonebookengines/contactsmodel/tsrc/Integration/TestImpExvCard/inc/ContactsPBAPExportUtilityClass.h
changeset 37 fd64c38c277d
parent 24 0ba2181d7c28
equal deleted inserted replaced
31:2a11b5b00470 37:fd64c38c277d
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description:
    15 * Utility class, which exports the contact items with PBAP version 2.1 or 3.0. Also implements AddIntraContactPropertiesL
    15 * Utility class, which exports the contact items with PBAP version 2.1 or 3.0. Also implements AddIntraContactPropertiesL
       
    16 * 
    16 *
    17 *
    17 */
    18 */
    18 
       
    19 
    19 
    20 
    20 
    21  
    21  
    22 #ifndef __CONTACTSEXPORTUTILITYCLASS_H__
    22 #ifndef __CONTACTSEXPORTUTILITYCLASS_H__
    23 #define __CONTACTSEXPORTUTILITYCLASS_H__
    23 #define __CONTACTSEXPORTUTILITYCLASS_H__
    32 #include <cntitem.h>
    32 #include <cntitem.h>
    33 #include <cntfldst.h>
    33 #include <cntfldst.h>
    34 #include <cntdef.h>
    34 #include <cntdef.h>
    35 #include <cntdef.hrh>
    35 #include <cntdef.hrh>
    36 #include <cntfield.h>
    36 #include <cntfield.h>
    37 #include <testexecutestepbase.h>
    37 #include <test/testexecutestepbase.h>
    38 
    38 
    39 // User includes
    39 // User includes
    40 #include "cntvcardutils.h"
    40 #include "cntvcardutils.h"
    41 #include "testimpexvcardsuitedefs.h"
    41 #include "testimpexvcardsuitedefs.h"
       
    42 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    43 #include "cntconvertercallback.h"
       
    44 #endif
    42 
    45 
    43 class CContactsPBAPExportUtilityClass : public CBase, public MConverterCallBack
    46 class CContactsPBAPExportUtilityClass : public CBase, public MConverterCallBack
    44 	{
    47 	{
    45 public:
    48 public:
    46 	CContactsPBAPExportUtilityClass(CTestStep* atestStep);
    49 	CContactsPBAPExportUtilityClass(CTestStep* atestStep);
    59 private:	
    62 private:	
    60 	CTestStep* iBaseTestStep;
    63 	CTestStep* iBaseTestStep;
    61 		
    64 		
    62 	};
    65 	};
    63 
    66 
    64 _LIT(KAddr1,								"6th Floor");
    67 _LIT(KAddr1,								"1st Floor");
    65 _LIT(KAddr2,								"SJRi Park");
    68 _LIT(KAddr2,								"Some Park");
    66 _LIT(KAddr3,								"Tower No.1");					
    69 _LIT(KAddr3,								"Tower No.1");					
    67 _LIT(KEmailVal,								"divya@symbian.com");
    70 _LIT(KEmailVal,								"dtest@symbianfoundation.com");
    68 _LIT8(KPhotoVal,							"PHOTO");
    71 _LIT8(KPhotoVal,							"PHOTO");
    69 
    72 
    70 _LIT(KDATETIME,								"DateTime");
    73 _LIT(KDATETIME,								"DateTime");
    71 _LIT(KDateTimeVal,							"20060921:");
    74 _LIT(KDateTimeVal,							"20060921:");
    72 
    75