Phase 1: Add a #define test

This commit is contained in:
Marc Chapman 2018-01-23 20:24:35 +00:00
parent e023cf3a60
commit 0c65f9ee8e
6 changed files with 36 additions and 3 deletions

View file

@ -515,9 +515,9 @@ public:
TypeValidator *validator; ///< Validator, if any.
SetDataNotify setDataFn; ///< Set data notify Fn
GetDataNotify getDataFn; ///< Get data notify Fn
WriteDataNotify writeDataFn; ///< Function to determine whether data should be written or not.
bool doNotSubstitute;
bool keepClearSubsOnly;
WriteDataNotify writeDataFn; ///< Function to determine whether data should be written or not.
};
typedef Vector<Field> FieldList;