Phase 1: Add a #define test

This commit is contained in:
Marc Chapman 2018-01-23 20:24:35 +00:00
parent 35d649b57e
commit 1c2effd7fa
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;