3 #include <wx/html/htmlwin.h>
4 #include <wx/mstream.h>
5 #include "../vcard/vcard.h"
7 #ifndef GETCONTACTINFO_H
8 #define GETCONTACTINFO_H
10 void LoadContactData(vCard *vCardObj, wxHtmlWindow *HTMLObj, wxString SID,
11 wxString OldSID, std::map<wxString, wxString> *MemoryFSList);
12 void ProcessIMPPType(wxString *PageData, wxString *IMPPType, bool PreferredContact);
13 void SplitPropertyData(wxString *PropertyLine, std::map<int,int> *SplitPoints, std::map<int,int> *SplitLength,
14 int intSize, std::map<wxString,wxString> *SplitData);
16 WX_DECLARE_STRING_HASH_MAP(int, vCardOrderInt);
17 WX_DECLARE_STRING_HASH_MAP(wxString, vCardOrderStr);