X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FContactDataObject.h;h=a5c1fbb09658be8ce40751602642809c5e95d7b1;hb=c34383734a0f334101c9cf0b36297696e4be19a5;hp=1df38ff2d3201defb3db16e54634f20899a81805;hpb=5acc60a117ea325457dcfc569b914d8911b739b8;p=xestiaab%2F.git diff --git a/source/contacteditor/ContactDataObject.h b/source/contacteditor/ContactDataObject.h index 1df38ff..a5c1fbb 100644 --- a/source/contacteditor/ContactDataObject.h +++ b/source/contacteditor/ContactDataObject.h @@ -618,9 +618,22 @@ void CheckType(wxString *PropertySeg1, int *intPrevValue, PropertyType *intType); -void ProcessIntegerValue(ContactDataObject *ContactData, +void ProcessIntegerValue(wxString *PropertyName, + wxString PropertyNameMatch, std::map *PrefPtr, + wxString *PropertyValue, + int *ItemCount, + bool *PropertyMatched); + +void ProcessIntegerValue(std::map *PrefPtr, wxString *PropertyValue, int *ItemCount); +void ProcessStringValue(wxString *PropertyName, + wxString PropertyNameMatch, + std::map *MapPtr, + wxString *PropertyValue, + int *ItemCount, + bool *PropertyMatched); + #endif \ No newline at end of file