From 0c2d075e795858779af102e932a881498e2268ae Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 25 Aug 2006 20:24:31 +0000 Subject: Added a new exception for connecitons, and added a new function to the connection class, that reads at least n bytes in x seconds. --- src/exceptions.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/exceptions.cpp') diff --git a/src/exceptions.cpp b/src/exceptions.cpp index 8d30296..9696af8 100644 --- a/src/exceptions.cpp +++ b/src/exceptions.cpp @@ -3,3 +3,4 @@ subExceptionDef( XmlException ) subExceptionDef( FileException ) +subExceptionDef( ConnectionException ) -- cgit v1.2.3