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.cpp | |
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.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 d9f4e70..50b95c3 100644 --- a/src/exceptions.cpp +++ b/src/exceptions.cpp | |||
@@ -4,6 +4,7 @@ | |||
4 | namespace Bu | 4 | namespace Bu |
5 | { | 5 | { |
6 | subExceptionDef( XmlException ) | 6 | subExceptionDef( XmlException ) |
7 | subExceptionDef( TafException ) | ||
7 | subExceptionDef( FileException ) | 8 | subExceptionDef( FileException ) |
8 | subExceptionDef( SocketException ) | 9 | subExceptionDef( SocketException ) |
9 | subExceptionDef( ConnectionException ) | 10 | subExceptionDef( ConnectionException ) |