pimprotocols/pbap/inc/pbapvcardexporterutil.h
branchRCL_3
changeset 74 6b5524b4f673
parent 68 9da50d567e3c
child 85 38bb213f60ba
equal deleted inserted replaced
68:9da50d567e3c 74:6b5524b4f673
    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();
    66 
    67 
    67 	TBool ContactExistsL(TContactItemId aContactId);
    68 	TBool ContactExistsL(TContactItemId aContactId);
    68 	CParserVCard* CreateVCardParserLC(TVCardVersion aFormat);
    69 	CParserVCard* CreateVCardParserLC(TVCardVersion aFormat);
    69 	CParserProperty* EmptyNamePropertyL();
    70 	CParserProperty* EmptyNamePropertyL();
    70 	CParserProperty* CallDateTimePropertyL(const CLogEvent& aLogEvent, TVCardVersion aFormat);
    71 	CParserProperty* CallDateTimePropertyL(const CLogEvent& aLogEvent, TVCardVersion aFormat);