--- parser3/src/include/pa_xml_exception.h 2004/02/11 15:33:15 1.3 +++ 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-2004 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: 2004/02/11 15:33:15 $"; +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); };