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

@@ -67,7 +67,7 @@ CSelect::~CSelect()
}
//---------------------------------------------------------------------------
bool CSelect::SetDebugLevel( EDebugLevel pDebugLevel )
bool CSelect::SetLogLevel( EDebugLevel pDebugLevel )
{
LogLevel = pDebugLevel;
return true;