aboutsummaryrefslogtreecommitdiff
path: root/src/exceptions.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-06-06 18:48:07 +0000
committerMike Buland <eichlan@xagasoft.com>2007-06-06 18:48:07 +0000
commit3144bd7deb950de0cb80e2215c1545bdf8fc81e9 (patch)
treeddd78879963a3e80c3ccc4aacc6cdf8c5fda79d4 /src/exceptions.h
parentcdca5e17e1ecb9f212353dce55c5df2930e34e9d (diff)
downloadlibbu++-3144bd7deb950de0cb80e2215c1545bdf8fc81e9.tar.gz
libbu++-3144bd7deb950de0cb80e2215c1545bdf8fc81e9.tar.bz2
libbu++-3144bd7deb950de0cb80e2215c1545bdf8fc81e9.tar.xz
libbu++-3144bd7deb950de0cb80e2215c1545bdf8fc81e9.zip
Except for storing the data somewhere, the TafReader is more or less done.
Some more generalizations are in order, then we'll stuff the data somewhere.
Diffstat (limited to '')
-rw-r--r--src/exceptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h
index f146b73..d5a9d39 100644
--- a/src/exceptions.h
+++ b/src/exceptions.h
@@ -7,6 +7,7 @@
7namespace Bu 7namespace Bu
8{ 8{
9 subExceptionDecl( XmlException ) 9 subExceptionDecl( XmlException )
10 subExceptionDecl( TafException )
10 subExceptionDecl( FileException ) 11 subExceptionDecl( FileException )
11 subExceptionDecl( SocketException ) 12 subExceptionDecl( SocketException )
12 subExceptionDecl( ConnectionException ) 13 subExceptionDecl( ConnectionException )