X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FContactDataObject.h;h=6317312b16d576d9728704834f10210d1a664964;hb=13bfdba33b3d35b904317cfa675558d3a2b21bf6;hp=a6e976198076a97b8c4ffc1e9ea2dce5bc0d1e6c;hpb=ad53475636b679dbc91d6d516c7a5f68ac2ef418;p=xestiaab%2F.git diff --git a/source/contacteditor/ContactDataObject.h b/source/contacteditor/ContactDataObject.h index a6e9761..6317312 100644 --- a/source/contacteditor/ContactDataObject.h +++ b/source/contacteditor/ContactDataObject.h @@ -618,14 +618,27 @@ void CheckType(wxString *PropertySeg1, int *intPrevValue, PropertyType *intType); -void ProcessIntegerValue(std::map *PrefPtr, +void ProcessNameValue(wxString *PropertyData, + wxString *PropertyName, + wxString *PropertyValue); + +void ProcessTokens(wxString *PropertyName, + wxString *PropertyValue, + wxString *PropertyTokens, + bool *FirstToken); + +void ProcessIntegerValue(wxString *PropertyName, + wxString PropertyNameMatch, + std::map *PrefPtr, wxString *PropertyValue, - int *ItemCount); + int *ItemCount, + bool *PropertyMatched); void ProcessStringValue(wxString *PropertyName, wxString PropertyNameMatch, std::map *MapPtr, wxString *PropertyValue, - int *ItemCount); + int *ItemCount, + bool *PropertyMatched); #endif \ No newline at end of file