diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-07-26 19:09:50 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-07-26 19:09:50 +0000 |
commit | 9e27762c2b4c1baf5b2aff003fbc56236fd742e6 (patch) | |
tree | cd7256cea35b5a8dd7aefe3107c25a1681e83367 /src/xmlexception.cpp | |
parent | 2d0ffd6df450eb7cbc1e4dea841dcbf1ef9f9417 (diff) | |
download | libbu++-9e27762c2b4c1baf5b2aff003fbc56236fd742e6.tar.gz libbu++-9e27762c2b4c1baf5b2aff003fbc56236fd742e6.tar.bz2 libbu++-9e27762c2b4c1baf5b2aff003fbc56236fd742e6.tar.xz libbu++-9e27762c2b4c1baf5b2aff003fbc56236fd742e6.zip |
Partial update, don't use this release...
Diffstat (limited to 'src/xmlexception.cpp')
-rw-r--r-- | src/xmlexception.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xmlexception.cpp b/src/xmlexception.cpp index 7012ee6..9f38844 100644 --- a/src/xmlexception.cpp +++ b/src/xmlexception.cpp | |||
@@ -1,6 +1,9 @@ | |||
1 | #include "xmlexception.h" | 1 | #include "xmlexception.h" |
2 | #include <stdarg.h> | 2 | #include <stdarg.h> |
3 | 3 | ||
4 | subExceptionDef( XmlException ) | ||
5 | |||
6 | /* | ||
4 | XmlException::XmlException( const char *lpFormat, ... ) throw() : | 7 | XmlException::XmlException( const char *lpFormat, ... ) throw() : |
5 | Exception( 0 ) | 8 | Exception( 0 ) |
6 | { | 9 | { |
@@ -25,3 +28,4 @@ XmlException::XmlException( int nCode ) throw() : | |||
25 | Exception( nCode ) | 28 | Exception( nCode ) |
26 | { | 29 | { |
27 | } | 30 | } |
31 | */ | ||