X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FContactDataObject.h;h=1df38ff2d3201defb3db16e54634f20899a81805;hb=5acc60a117ea325457dcfc569b914d8911b739b8;hp=3179f5643e202c3525c8a2bdbfbae755d2deb998;hpb=17d33f5a39d1b64be75d308a78467290e96b7e38;p=xestiaab%2F.git diff --git a/source/contacteditor/ContactDataObject.h b/source/contacteditor/ContactDataObject.h index 3179f56..1df38ff 100644 --- a/source/contacteditor/ContactDataObject.h +++ b/source/contacteditor/ContactDataObject.h @@ -61,6 +61,7 @@ class ContactDataObject{ void ProcessMember(wxString PropertySeg1, wxString PropertySeg2, int *GroupCount); void ProcessFN(wxString PropertySeg1, wxString PropertySeg2, int *FNCount); void ProcessN(wxString PropertySeg1, wxString PropertySeg2); + void ProcessClientPIDMap(wxString PropertySeg1, wxString PropertySeg2, int *ClientPIDCount); void ProcessNickname(wxString PropertySeg1, wxString PropertySeg2, int *NicknameCount); void ProcessGender(wxString PropertySeg1, wxString PropertySeg2); void ProcessBirthday(wxString PropertySeg1, wxString PropertySeg2); @@ -133,6 +134,9 @@ class ContactDataObject{ std::map XMLList; std::map XMLListAltID; + std::map ClientPIDList; + std::map ClientPIDListTokens; + /* We don't use these at the moment but we want to keep them for compatability reasons */ @@ -614,4 +618,9 @@ void CheckType(wxString *PropertySeg1, int *intPrevValue, PropertyType *intType); +void ProcessIntegerValue(ContactDataObject *ContactData, + std::map *PrefPtr, + wxString *PropertyValue, + int *ItemCount); + #endif \ No newline at end of file