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