From 210de11116fb5871c8b29cc434fec5212f17ac76 Mon Sep 17 00:00:00 2001 From: Charles Lohr Date: Tue, 3 May 2005 14:27:08 +0000 Subject: [PATCH] Sync to general copy of ezsockets (and yes, we will use this) --- stepmania/src/ezsockets.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ezsockets.h b/stepmania/src/ezsockets.h index 2dea68d5b6..eb48d895f7 100644 --- a/stepmania/src/ezsockets.h +++ b/stepmania/src/ezsockets.h @@ -68,6 +68,7 @@ public: long uAddr(); bool CanRead(); + bool DataAvailable() { return ( ( inBuffer.length()>0 ) || CanRead() ); } bool IsError(); bool CanWrite();