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

模拟服务器

开发平台:

C/C++

  1. #if !defined(AFX_MGATEWAY_H__1850D008_6D4D_4D4B_B8E2_7C0B8BE17F2E__INCLUDED_)
  2. #define AFX_MGATEWAY_H__1850D008_6D4D_4D4B_B8E2_7C0B8BE17F2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. #include "resource.h"
  7. #include "Environment.h"
  8. enum ShowInfoFormat
  9. {
  10. SIF_NONE = 0,
  11. SIF_SPACE,
  12. SIF_COLON
  13. };
  14. void SetShowInfo( _tstring sTitle, _tstring sContent, int nFormat = SIF_NONE );
  15. #endif // !defined(AFX_MGATEWAY_H__1850D008_6D4D_4D4B_B8E2_7C0B8BE17F2E__INCLUDED_)