X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FContactDataObject.h;h=f542a0679ebaa83a5e091bd46f594a5a36dfa324;hb=fc09ab48fbdbbe77b63ce30e051b3118eb006f0b;hp=9e1be8a5e0f95c14ad0a9b5e56d4a656fca0b62e;hpb=772e3145d141c511dcdcffbc59158a28aa4c3901;p=xestiaab%2F.git diff --git a/source/contacteditor/ContactDataObject.h b/source/contacteditor/ContactDataObject.h index 9e1be8a..f542a06 100644 --- a/source/contacteditor/ContactDataObject.h +++ b/source/contacteditor/ContactDataObject.h @@ -618,9 +618,23 @@ void CheckType(wxString *PropertySeg1, int *intPrevValue, PropertyType *intType); -void ProcessIntegerValue(ContactDataObject *ContactData, - std::map *KeyListPref, +void ProcessTokens(wxString *PropertyName, + wxString *PropertyValue, + wxString *PropertyTokens, + bool FirstToken); + +void ProcessIntegerValue(wxString *PropertyName, + wxString PropertyNameMatch, + std::map *PrefPtr, wxString *PropertyValue, - int *KeyCount); + int *ItemCount, + bool *PropertyMatched); + +void ProcessStringValue(wxString *PropertyName, + wxString PropertyNameMatch, + std::map *MapPtr, + wxString *PropertyValue, + int *ItemCount, + bool *PropertyMatched); #endif \ No newline at end of file