--- parser3/src/include/pa_exception.h 2003/07/24 11:31:21 1.39 +++ parser3/src/include/pa_exception.h 2003/11/06 08:22:48 1.40 @@ -8,12 +8,16 @@ #ifndef PA_EXCEPTION_H #define PA_EXCEPTION_H -static const char* IDENT_EXCEPTION_H="$Date: 2003/07/24 11:31:21 $"; +static const char* IDENT_EXCEPTION_H="$Date: 2003/11/06 08:22:48 $"; // includes #include "pa_memory.h" +#ifdef XML +# include "gdome.h" +#endif + // forwards class String; @@ -55,7 +59,7 @@ public: return result?result:""; } -private: +protected: const char* ftype; const String* fproblem_source;