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:
@@ -67,7 +67,7 @@ CSelect::~CSelect()
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
bool CSelect::SetDebugLevel( EDebugLevel pDebugLevel )
|
||||
bool CSelect::SetLogLevel( EDebugLevel pDebugLevel )
|
||||
{
|
||||
LogLevel = pDebugLevel;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user