diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-06-06 18:48:07 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-06-06 18:48:07 +0000 |
commit | 3144bd7deb950de0cb80e2215c1545bdf8fc81e9 (patch) | |
tree | ddd78879963a3e80c3ccc4aacc6cdf8c5fda79d4 /src/exceptions.h | |
parent | cdca5e17e1ecb9f212353dce55c5df2930e34e9d (diff) | |
download | libbu++-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 '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 f146b73..d5a9d39 100644 --- a/src/exceptions.h +++ b/src/exceptions.h | |||
@@ -7,6 +7,7 @@ | |||
7 | namespace Bu | 7 | namespace 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 ) |