X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FContactDataObject.h;h=4e834d55797d4ccfa57822b7abd399f25ca913f9;hb=0eebe029ad2758d33667055f675320d75ba7c492;hp=79c1a70f4375c9b859f7e42f3d71a3bb17111baf;hpb=991f1b1f9333b7b4aae5543cc1c10474d33e83be;p=xestiaab%2F.git diff --git a/source/contacteditor/ContactDataObject.h b/source/contacteditor/ContactDataObject.h index 79c1a70..4e834d5 100644 --- a/source/contacteditor/ContactDataObject.h +++ b/source/contacteditor/ContactDataObject.h @@ -81,6 +81,9 @@ class ContactDataObject{ 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: