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.h | |
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.h')
-rw-r--r-- | src/exceptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h index 3bf2e0b..27aec3c 100644 --- a/src/exceptions.h +++ b/src/exceptions.h | |||
@@ -6,5 +6,6 @@ | |||
6 | 6 | ||
7 | subExceptionDecl( XmlException ) | 7 | subExceptionDecl( XmlException ) |
8 | subExceptionDecl( FileException ) | 8 | subExceptionDecl( FileException ) |
9 | subExceptionDecl( ConnectionException ) | ||
9 | 10 | ||
10 | #endif | 11 | #endif |