X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FContactDataObject.h;h=79c1a70f4375c9b859f7e42f3d71a3bb17111baf;hb=991f1b1f9333b7b4aae5543cc1c10474d33e83be;hp=116a3b6e9d5ae65c5114242de6c7a466a3c2de73;hpb=072925fb1ad8123b6739fdfdaaf490bc8611f381;p=xestiaab%2F.git diff --git a/source/contacteditor/ContactDataObject.h b/source/contacteditor/ContactDataObject.h index 116a3b6..79c1a70 100644 --- a/source/contacteditor/ContactDataObject.h +++ b/source/contacteditor/ContactDataObject.h @@ -78,6 +78,9 @@ class ContactDataObject{ void ProcessCategory(wxString PropertySeg1, wxString PropertySeg2, int *CategoryCount); void ProcessPhoto(wxString PropertySeg1, wxString PropertySeg2, int *PhotoCount); 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); public: @@ -524,7 +527,8 @@ class ContactDataObject{ std::map SoundsListAudioEncType; std::map SoundsListAudioType; std::map SoundsListTokens; - std::map SoundsListMediatype; + std::map SoundsListMediatype; + std::map SoundsListLanguage; std::map SoundsListPref; /* Items on the Calendaring tab */