// ====================================================================== // FatalHandler.hpp // Standardization header for FatalHandler // ====================================================================== #ifndef Svc_FatalHandler_HPP #define Svc_FatalHandler_HPP #include "Svc/FatalHandler/FatalHandlerComponentImpl.hpp" namespace Svc { typedef FatalHandlerComponentImpl FatalHandler; } #endif