Merge branch 'master' into InterAfrica
This commit is contained in:
@@ -27,10 +27,6 @@ CApplication::CApplication( EDebugLevel pLogLevel )
|
||||
// Set signal handlers
|
||||
ConfigureSignalHandlers();
|
||||
|
||||
DefinitionFile = NULL;
|
||||
ConfigFile = NULL;
|
||||
AddressFile = NULL;
|
||||
|
||||
// Create output logger
|
||||
Log = new CLogCore( stdout, 5000 );
|
||||
LogLevel = pLogLevel;
|
||||
@@ -43,13 +39,6 @@ CApplication::CApplication( EDebugLevel pLogLevel )
|
||||
AddressList = DataTree->GetChild( "AddressList", true );
|
||||
JSONparser = new CJSONparse( DataTree );
|
||||
|
||||
// Selector
|
||||
Selector = NULL;
|
||||
|
||||
// List
|
||||
FirstFunctionType = NULL;
|
||||
FirstFunction = NULL;
|
||||
|
||||
// Add Core Function Types
|
||||
//AddFunctionType( TYPE_FUNCTION, NewFunctionCore ); // <-- Can't add virtual function
|
||||
AddFunctionType( TYPE_SELECTABLE, NewSelectableCore );
|
||||
|
||||
Reference in New Issue
Block a user