BOSS 7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
ServerErrorHandler.h
Go to the documentation of this file.
1#ifndef SERVER_ERROR_HANDLER_H
2#define SERVER_ERROR_HANDLER_H
3
4#include "dim.hxx"
5
6class ServerErrorHandler : public DimErrorHandler
7{
8 public :
9
11
12 private :
13
14 void errorHandler(int severity, int code, char* msg);
15};
16
17#endif
#define private