CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
ClientErrHandler.h
Go to the documentation of this file.
1#ifndef CLIENT_ERR_HANDLER_H
2#define CLIENT_ERR_HANDLER_H
3
4#include "dim.hxx"
5
6class ClientErrHandler : public DimErrorHandler
7{
8 public :
9
10 static void registerInstance();
11
13
14
15 private :
16
17 void errorHandler(int severity, int code, char* msg);
18
19 static ClientErrHandler* s_instance;
20};
21
22#endif
#define private
static void registerInstance()