KReqServer.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
源码类别:

模拟服务器

开发平台:

C/C++

  1. #ifndef KReqServer_H
  2. #define KReqServer_H
  3. #include "ReqServer.h"
  4. class KReqServer :public POA_ReqServer,
  5. public PortableServer::RefCountServantBase
  6. {
  7. public:
  8. void SendResult(CORBA::Long id, CORBA::Long index, CORBA::Long reserve) ;
  9. char* GetServerInfo() ;
  10. };
  11. #endif// KReqServer_H