X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FContactDataObject.h;h=abf22dd70ad5281bfb3730258ccb6b68b3c295d7;hp=d75410b2a4260230b8c75df9b10208f9b5a29895;hb=ac5416e95caeeefefdbf9706b65926f6b75589cf;hpb=b9604e8cd8e95be8393089d1ec0b81fc8f2b15b1 diff --git a/source/contacteditor/ContactDataObject.h b/source/contacteditor/ContactDataObject.h index d75410b..abf22dd 100644 --- a/source/contacteditor/ContactDataObject.h +++ b/source/contacteditor/ContactDataObject.h @@ -569,6 +569,10 @@ class ContactDataObject{ void ProcessFN(wxString PropertySeg1, wxString PropertySeg2, int *FNCount); void ProcessN(wxString PropertySeg1, wxString PropertySeg2); void ProcessNickname(wxString PropertySeg1, wxString PropertySeg2, int *NicknameCount); + void ProcessGender(wxString PropertySeg1, wxString PropertySeg2); + void ProcessBirthday(wxString PropertySeg1, wxString PropertySeg2); + void ProcessAnniversary(wxString PropertySeg1, wxString PropertySeg2); + void ProcessTimeZone(wxString PropertySeg1, wxString PropertySeg2, int *TimeZoneCount); };