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

模拟服务器

开发平台:

C/C++

  1. /********************************************************************
  2. created: 2003/05/14
  3. file base: protocol
  4. file ext: h
  5. author: liupeng
  6. purpose:
  7. *********************************************************************/
  8. #ifndef __INCLUDE_PROTOCOL_H__
  9. #define __INCLUDE_PROTOCOL_H__
  10. enum
  11. {
  12. enumProtocolBegin = 0,
  13. enumDispatchTask, // tagDspT_INFO
  14. enumRequireTask, // tagReqT_CMD
  15. enumProtocolEnd
  16. };
  17. #endif // __INCLUDE_PROTOCOL_H__