Important Update:
- ApplicationCore: - Rename ConfigParser -> JSONparser - Make JSONparser a public parameter - DataTreeCore: - Bug fix: Insufficient memory allocation on SetValue if Len = -1
This commit is contained in:
@@ -47,9 +47,6 @@ protected:
|
||||
// List
|
||||
TFunctionItem * FirstFunction;
|
||||
|
||||
// Configuration
|
||||
CJSONparse * ConfigParser = NULL;
|
||||
|
||||
// Output
|
||||
EDebugLevel LogLevel;
|
||||
int LogOutput;
|
||||
@@ -66,6 +63,7 @@ public:
|
||||
CDataTree * DataTree;
|
||||
CLogCore * Log;
|
||||
CSelect * Selector;
|
||||
CJSONparse * JSONparser = NULL;
|
||||
|
||||
// Life Cycle
|
||||
CApplication( EDebugLevel pDebugLevel );
|
||||
|
||||
Reference in New Issue
Block a user