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