Important Update:
- Split SelectableCore.cpp into two classes: SelectableBare & SelectableCore
This commit is contained in:
@@ -84,7 +84,7 @@ void CSelect::Clear()
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
// Add Select File Descriptor
|
||||
void CSelect::Add( int FD, bool Read, bool Write, THandle * Handle, CSelectableCore * Function )
|
||||
void CSelect::Add( int FD, bool Read, bool Write, THandle * Handle, CSelectableBare * Function )
|
||||
{
|
||||
TSelectHandle ** SelectHandle = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user