#include #include #include #include #include "../vcard/vcard.h" #ifndef GETCONTACTINFO_H #define GETCONTACTINFO_H void LoadContactData(vCard *vCardObj, wxHtmlWindow *HTMLObj, wxString SID, wxString OldSID, std::map *MemoryFSList); void ProcessIMPPType(wxString *PageData, wxString *IMPPType, bool PreferredContact); void SplitPropertyData(wxString *PropertyLine, std::map *SplitPoints, std::map *SplitLength, int intSize, std::map *SplitData); WX_DECLARE_STRING_HASH_MAP(int, vCardOrderInt); WX_DECLARE_STRING_HASH_MAP(wxString, vCardOrderStr); #endif