--- parser3/src/include/pa_xml_exception.h 2003/11/20 16:34:25 1.2 +++ parser3/src/include/pa_xml_exception.h 2005/12/16 10:15:12 1.5 @@ -1,7 +1,7 @@ /** @file Parser: xml exception decls. - Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ @@ -10,12 +10,11 @@ #ifdef XML -static const char * const IDENT_XML_EXCEPTION_H="$Date: 2003/11/20 16:34:25 $"; +static const char * const IDENT_XML_EXCEPTION_H="$Date: 2005/12/16 10:15:12 $"; // includes #include "pa_exception.h" -#include "gdome.h" // defines @@ -23,8 +22,7 @@ class XmlException: public Exception { public: XmlException( - const String* aproblem_source, - GdomeException& exc); + const String* aproblem_source); };