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

模拟服务器

开发平台:

C/C++

  1. /********************************************************************
  2. created: 2003/03/17
  3. file base: IswayServer
  4. file ext: h
  5. author: liupeng
  6. purpose: This interface for the single-way server
  7. *********************************************************************/
  8. #ifndef __INCLUDE_INTERFACE_ISWAYSERVER_H__
  9. #define __INCLUDE_INTERFACE_ISWAYSERVER_H__
  10. #include "RainbowInterface.h"
  11. /*
  12.  * Antitype : IswayServer Interface
  13.  */
  14. // {2972B126-12B2-46c8-AB9B-C8103F369C92}
  15. DEFINE_GUID(IID_ISWAYSERVER, 
  16. 0x2972b126, 0x12b2, 0x46c8, 0xab, 0x9b, 0xc8, 0x10, 0x3f, 0x36, 0x9c, 0x92);
  17. DECLARE_INTERFACE_( IswayServer, IUnknown )
  18. {
  19. };
  20. #endif // __INCLUDE_INTERFACE_ISWAYSERVER_H__