Sync to general copy of ezsockets (and yes, we will use this)

This commit is contained in:
Charles Lohr
2005-05-03 14:27:08 +00:00
parent 167b7e53b4
commit 210de11116
+1
View File
@@ -68,6 +68,7 @@ public:
long uAddr(); long uAddr();
bool CanRead(); bool CanRead();
bool DataAvailable() { return ( ( inBuffer.length()>0 ) || CanRead() ); }
bool IsError(); bool IsError();
bool CanWrite(); bool CanWrite();