X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditor.h;h=8c051651b0aae9d20486d13a09517f7222510ef4;hb=97ebb2bdd18e21f4ed3e7a99e91b411cf5827324;hp=38f0de3dda5416dc305f901660653d5e47bb7513;hpb=72333f7096a54d703f6d5e7a2489bf7a3a4126e1;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditor.h b/source/contacteditor/frmContactEditor.h index 38f0de3..8c05165 100644 --- a/source/contacteditor/frmContactEditor.h +++ b/source/contacteditor/frmContactEditor.h @@ -647,6 +647,22 @@ class frmContactEditor : public frmContactEditorADT wxString *NameSurname, wxString *NameOtherNames, wxString *NameSuffix); void LoadMember(std::map *GroupsList); + void LoadAddress(std::map *GeneralAddressList, + std::map *GeneralAddressListTown, + std::map *GeneralAddressListCounty, + std::map *GeneralAddressListPostCode, + std::map *GeneralAddressListPref, + std::map *HomeAddressList, + std::map *HomeAddressListTown, + std::map *HomeAddressListCounty, + std::map *HomeAddressListPostCode, + std::map *HomeAddressListPref, + std::map *BusinessAddressList, + std::map *BusinessAddressListTown, + std::map *BusinessAddressListCounty, + std::map *BusinessAddressListPostCode, + std::map *BusinessAddressListPref, + int *AddressCount); int intValueSeek = 1; bool IsGroup = FALSE;