GslErrorPrint.h
Go to the documentation of this file.00001
00002
00003 #ifndef GAUDIGSL_GSLERRORPrint_H
00004 #define GAUDIGSL_GSLERRORPrint_H 1
00005
00006
00007 #include <string>
00008
00009 #include "GaudiKernel/AlgTool.h"
00010
00011 #include "GaudiGSL/IGslErrorHandler.h"
00012 #include "GaudiGSL/GslError.h"
00013
00014
00024 class GslErrorPrint: public extends1<AlgTool, IGslErrorHandler> {
00025 public:
00026
00033 virtual StatusCode handle
00034 ( const GslError& error ) const ;
00035
00036
00042 GslErrorPrint
00043 ( const std::string& type ,
00044 const std::string& name ,
00045 const IInterface* parent );
00046
00048 virtual ~GslErrorPrint( );
00049
00050 private:
00051
00052 };
00053
00054
00055
00056
00057 #endif // GAUDIGSL_GSLERRORPrint_H
00058