diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-08-25 20:24:31 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-08-25 20:24:31 +0000 |
commit | 0c2d075e795858779af102e932a881498e2268ae (patch) | |
tree | e4cab130b72997bd76af1cde4d9bbe3f5de343d3 /src/exceptions.cpp | |
parent | ec1a4f20eace44b6ffde4c1eacdecf3938942cd4 (diff) | |
download | libbu++-0c2d075e795858779af102e932a881498e2268ae.tar.gz libbu++-0c2d075e795858779af102e932a881498e2268ae.tar.bz2 libbu++-0c2d075e795858779af102e932a881498e2268ae.tar.xz libbu++-0c2d075e795858779af102e932a881498e2268ae.zip |
Added a new exception for connecitons, and added a new function to the
connection class, that reads at least n bytes in x seconds.
Diffstat (limited to 'src/exceptions.cpp')
-rw-r--r-- | src/exceptions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
3 | 3 | ||
4 | subExceptionDef( XmlException ) | 4 | subExceptionDef( XmlException ) |
5 | subExceptionDef( FileException ) | 5 | subExceptionDef( FileException ) |
6 | subExceptionDef( ConnectionException ) | ||