X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FContactDataObject.h;h=6317312b16d576d9728704834f10210d1a664964;hb=13bfdba33b3d35b904317cfa675558d3a2b21bf6;hp=67775449d265b6e079b5b5769cacc72617388085;hpb=0a90006dce811f5df16fabea1a13c26232a4b775;p=xestiaab%2F.git diff --git a/source/contacteditor/ContactDataObject.h b/source/contacteditor/ContactDataObject.h index 6777544..6317312 100644 --- a/source/contacteditor/ContactDataObject.h +++ b/source/contacteditor/ContactDataObject.h @@ -618,6 +618,15 @@ void CheckType(wxString *PropertySeg1, int *intPrevValue, PropertyType *intType); +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,