X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FContactDataObject.h;h=0c788ddfc029b4ca90659c122ecb3ab9847c1c2c;hb=db50ff1e15d18ad7e4451279f91086cc4d6050c5;hp=6f2ad8375a1dd862a817782841b2311079d17087;hpb=d5e5a52dfa7ba94138977833034789f794740134;p=xestiaab%2F.git diff --git a/source/contacteditor/ContactDataObject.h b/source/contacteditor/ContactDataObject.h index 6f2ad83..0c788dd 100644 --- a/source/contacteditor/ContactDataObject.h +++ b/source/contacteditor/ContactDataObject.h @@ -55,6 +55,8 @@ class ContactDataObject{ private: void ProcessKind(wxString KindData); + 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); @@ -80,6 +82,10 @@ class ContactDataObject{ void ProcessLogo(wxString PropertySeg1, wxString PropertySeg2, int *LogoCount); void ProcessSound(wxString PropertySeg1, wxString PropertySeg2, int *SoundCount); void ProcessCalendarURI(wxString PropertySeg1, wxString PropertySeg2, int *CalAdrCount); + void ProcessCalendarAddressURI(wxString PropertySeg1, wxString PropertySeg2, int *CalAdrURICount); + void ProcessCalendarFreeBusy(wxString PropertySeg1, wxString PropertySeg2, int *FreeBusyAddressCount); + void ProcessKey(wxString PropertySeg1, wxString PropertySeg2, int *KeyCount); + void ProcessVendor(wxString PropertySeg1, wxString PropertySeg2, int *VendorCount); public: @@ -112,6 +118,17 @@ class ContactDataObject{ wxString GenderTokens; wxString UIDToken; + + std::map SourceList; + std::map SourceListAltID; + std::map SourceListPID; + std::map SourceListType; + std::map SourceListTokens; + std::map SourceListMediatype; + std::map SourceListPref; + + std::map XMLList; + std::map XMLListAltID; /* We don't use these at the moment but we want to keep them for compatability reasons */