Minor updates:

- FunctionCore:
  - Do not auto create empty channel list
- SelectCore:
  - Rename method: SetDebugLevel() -> LogLevel()
- SelectableCore:
  - Do not auto create empty handles list
This commit is contained in:
Charl Wentzel
2017-07-16 23:30:09 +02:00
parent 434377f122
commit c90cb7b0f4
4 changed files with 4 additions and 4 deletions

View File

@@ -158,7 +158,7 @@ bool CFunctionCore::LoadConfigData()
SetLogParam( pLogLevel, pLogOutput );
// Load Channels
TempMember = DataTree->GetFirstChild( ConfigMember, "Channels", true );
TempMember = DataTree->GetFirstChild( ConfigMember, "Channels" );
while (TempMember)
{
if (TempMember->Name) {