pimprotocols/pbap/inc/pbapvcardexporterutil.h
branchRCL_3
changeset 85 38bb213f60ba
parent 74 6b5524b4f673
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
    61 	void AddIntraContactPropertiesL(const TContactItemId& aContactId, CArrayPtr<CParserProperty>* aPropertyList);
    61 	void AddIntraContactPropertiesL(const TContactItemId& aContactId, CArrayPtr<CParserProperty>* aPropertyList);
    62 	
    62 	
    63 private:
    63 private:
    64 	CPbapVCardExporterUtil(CContactDatabase& aDatabase, CPbapLogWrapper* aLogWrapper);
    64 	CPbapVCardExporterUtil(CContactDatabase& aDatabase, CPbapLogWrapper* aLogWrapper);
    65 	void ConstructL();
    65 	void ConstructL();
    66 	void GetMatchDigitCountL();
       
    67 
    66 
    68 	TBool ContactExistsL(TContactItemId aContactId);
    67 	TBool ContactExistsL(TContactItemId aContactId);
    69 	CParserVCard* CreateVCardParserLC(TVCardVersion aFormat);
    68 	CParserVCard* CreateVCardParserLC(TVCardVersion aFormat);
    70 	CParserProperty* EmptyNamePropertyL();
    69 	CParserProperty* EmptyNamePropertyL();
    71 	CParserProperty* CallDateTimePropertyL(const CLogEvent& aLogEvent, TVCardVersion aFormat);
    70 	CParserProperty* CallDateTimePropertyL(const CLogEvent& aLogEvent, TVCardVersion aFormat);
    78 	const CLogEvent*	iLogEvent;
    77 	const CLogEvent*	iLogEvent;
    79 	TContactItemId		iLogEventContactId;
    78 	TContactItemId		iLogEventContactId;
    80 	TVCardVersion 		iFormat;
    79 	TVCardVersion 		iFormat;
    81 	TUint64			iFilter;	
    80 	TUint64			iFilter;	
    82 	RTz                 	iTzClient;
    81 	RTz                 	iTzClient;
    83 	TInt iMatchDigitCount;
       
    84 	};
    82 	};
    85 
    83 
    86 #endif // PBAPVCARDEXPORTERUTIL_H
    84 #endif // PBAPVCARDEXPORTERUTIL_H