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

@@ -142,7 +142,7 @@ public:
~CSelect();
// Parameters
bool SetDebugLevel( EDebugLevel pDebugLevel );
bool SetLogLevel( EDebugLevel pDebugLevel );
// Manage FDs
void Clear();