From 0a700ced28520be170c0965191f2450a2e4a82ac Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 25 Aug 2006 20:54:47 +0000 Subject: Added tests and exception codes, so you're program can tell just how bad things really are. --- src/connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection.h') diff --git a/src/connection.h b/src/connection.h index 5e86ff4..b5b121b 100644 --- a/src/connection.h +++ b/src/connection.h @@ -266,7 +266,7 @@ public: * readInput function to control blocking time. *@returns True socket is still connected, otherwise false. */ - bool readInput(); + int readInput(); /** * Reads all pending input from the connection, blocking up to nSec -- cgit v1.2.3