X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcontacteditor%2FContactDataObject.h;h=a6e976198076a97b8c4ffc1e9ea2dce5bc0d1e6c;hb=ad53475636b679dbc91d6d516c7a5f68ac2ef418;hp=1186e2185e3b7bc1dd1d440404e58b839f1a6133;hpb=8a44cb6af4ffe0aae2d27208d9471e0d6b158c8b;p=xestiaab%2F.git diff --git a/source/contacteditor/ContactDataObject.h b/source/contacteditor/ContactDataObject.h index 1186e21..a6e9761 100644 --- a/source/contacteditor/ContactDataObject.h +++ b/source/contacteditor/ContactDataObject.h @@ -55,10 +55,13 @@ class ContactDataObject{ private: void ProcessKind(wxString KindData); + void ProcessRevision(wxString PropertySeg1, wxString PropertySeg2); void ProcessSource(wxString PropertySeg1, wxString PropertySeg2, int *SourceCount); + void ProcessXML(wxString PropertySeg1, wxString PropertySeg2, int *XMLCount); 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); @@ -117,6 +120,8 @@ class ContactDataObject{ wxString GenderTokens; wxString UIDToken; + wxString Revision; + wxString RevisionTokens; std::map SourceList; std::map SourceListAltID; @@ -125,6 +130,12 @@ class ContactDataObject{ std::map SourceListTokens; std::map SourceListMediatype; std::map SourceListPref; + + 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 */ @@ -607,4 +618,14 @@ void CheckType(wxString *PropertySeg1, int *intPrevValue, PropertyType *intType); +void ProcessIntegerValue(std::map *PrefPtr, + wxString *PropertyValue, + int *ItemCount); + +void ProcessStringValue(wxString *PropertyName, + wxString PropertyNameMatch, + std::map *MapPtr, + wxString *PropertyValue, + int *ItemCount); + #endif \ No newline at end of file