diff options
Diffstat (limited to '')
-rw-r--r-- | src/xmlexception.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/xmlexception.h b/src/xmlexception.h deleted file mode 100644 index 5cbeda7..0000000 --- a/src/xmlexception.h +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | #ifndef XML_EXCEPTION_H | ||
2 | #define XML_EXCEPTION_H | ||
3 | |||
4 | #include <string> | ||
5 | #include "exception.h" | ||
6 | #include <stdarg.h> | ||
7 | |||
8 | subExceptionDecl( XmlException ) | ||
9 | |||
10 | /* | ||
11 | class XmlException : public Exception | ||
12 | { | ||
13 | public: | ||
14 | XmlException( const char *sFormat, ... ) throw(); | ||
15 | |||
16 | XmlException( int nCode, const char *sFormat, ... ) throw(); | ||
17 | |||
18 | XmlException( int nCode=0 ) throw(); | ||
19 | };*/ | ||
20 | |||
21 | #endif | ||