stdafx.h 1012 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // stdafx.h : 标准系统包含文件的包含文件,
  2. // 或是经常使用但不常更改的
  3. // 特定于项目的包含文件
  4. //
  5. #pragma once
  6. #include "targetver.h"
  7. #define WIN32_LEAN_AND_MEAN // 从 Windows 头文件中排除极少使用的信息
  8. // Windows 头文件:
  9. #include <windows.h>
  10. #pragma warning (disable:4996)
  11. #pragma warning (disable:4251)
  12. // TODO: 在此处引用程序需要的其他头文件 ..\..\..\ServiceBUS\BUS.Include
  13. //#include "DString.hpp"
  14. //#include "DStringArray.hpp"
  15. //#include "ExclusiveArray.tlh"
  16. //#include "BUSID.hpp"
  17. //#include "BUSCommand.hpp"
  18. //#include "MessageDecoder.hpp"
  19. //#include "XDWRTTI.hpp"
  20. //#include "EventArgs.hpp"
  21. //#include "EventArgs.BUS.hpp"
  22. //#include "DelegateArg.hpp"
  23. //#include "BUSClient.MainEntry.hpp"
  24. #include "ResDataObject.h"
  25. //namespace BUSS = ECOM::ServiceBus;
  26. //namespace BUSC = ECOM::ServiceBus::Controller;
  27. #include "Log4CPP.Logger.hpp"
  28. #include "Log4CPP.TLSLog.Tracing.hpp"
  29. #include "mLog.Log4CPP.hpp"
  30. #include "common_api.h"
  31. extern Log4CPP::Logger* //mLog::gLogger;