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