22#if !defined(XERCESC_INCLUDE_GUARD_DEFAULT_PANICHANDLER_HPP)
23#define XERCESC_INCLUDE_GUARD_DEFAULT_PANICHANDLER_HPP
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
#define XMLUTIL_EXPORT
Definition: XercesDefs.hpp:162
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
Receive notification of panic.
Definition: DefaultPanicHandler.hpp:40
virtual ~DefaultPanicHandler()
Destructor.
Definition: DefaultPanicHandler.hpp:49
virtual void panic(const PanicHandler::PanicReasons reason)
Receive notification of panic.
DefaultPanicHandler()
Default constructor.
Definition: DefaultPanicHandler.hpp:46
Receive notification of panic.
Definition: PanicHandler.hpp:45
PanicReasons
Definition: PanicHandler.hpp:51
This class makes it possible to override the C++ memory management by adding new/delete operators to ...
Definition: XMemory.hpp:41