Sync to general copy of ezsockets (and yes, we will use this)
This commit is contained in:
@@ -68,6 +68,7 @@ public:
|
||||
long uAddr();
|
||||
|
||||
bool CanRead();
|
||||
bool DataAvailable() { return ( ( inBuffer.length()>0 ) || CanRead() ); }
|
||||
bool IsError();
|
||||
bool CanWrite();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user