From 579c3ac445043122b0a702bdb2542d9ea404b62e Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 26 Jul 2006 19:16:58 +0000 Subject: Exceptions have been re-worked, and are easier to use, and don't collide with system includues anymore. --- src/xmlexception.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/xmlexception.h (limited to 'src/xmlexception.h') 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 @@ -#ifndef XML_EXCEPTION_H -#define XML_EXCEPTION_H - -#include -#include "exception.h" -#include - -subExceptionDecl( XmlException ) - -/* -class XmlException : public Exception -{ -public: - XmlException( const char *sFormat, ... ) throw(); - - XmlException( int nCode, const char *sFormat, ... ) throw(); - - XmlException( int nCode=0 ) throw(); -};*/ - -#endif -- cgit v1.2.3