BOSS 7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
ServerExitHandler.h
Go to the documentation of this file.
1#ifndef SERVER_EXIT_HANDLER_H
2#define SERVER_EXIT_HANDLER_H
3
4#include "dis.hxx"
5
6class ServerExitHandler : public DimExitHandler
7{
8 public :
9
11
12 private :
13
14 void exitHandler( int code );
15};
16
17#endif
#define private