/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/DistBoss/DistBossServer/DistBossServer-00-00-04/DistBossServer/RpcInterface.h

Go to the documentation of this file.
00001 #ifndef DISTBOSS_RPC_INTERFACE_H
00002 #define DISTBOSS_RPC_INTERFACE_H
00003 
00004 class RpcInterface
00005 {
00006    public :
00007 
00008       virtual ~RpcInterface() {};
00009 
00010       virtual int wait_to_end() = 0;
00011 };
00012 
00013 #endif

Generated on Tue Nov 29 22:58:01 2016 for BOSS_7.0.2 by  doxygen 1.4.7