BOSS 7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/DistBossServer/DistBossServer/RpcInterface.h
Go to the documentation of this file.
1#ifndef DISTBOSS_RPC_INTERFACE_H
2#define DISTBOSS_RPC_INTERFACE_H
3
4class RpcInterface
5{
6 public :
7
8 virtual ~RpcInterface() {};
9
10 virtual int wait_to_end() = 0;
11};
12
13#endif
virtual int wait_to_end()=0