诸暨麻将添加redis
您不能選擇超過 %s 個話題 話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字
 
 
 
 
 
 

27 行
509 B

  1. #include "stdafx.h"
  2. #include "ShowTime.h"
  3. #include "ServiceUnits.h"
  4. CShowTime::CShowTime(CString csSay, bool bSend, WORD wMainCmdID, WORD wCmdTable)
  5. {
  6. CString csTest;
  7. if (!bSend)
  8. {
  9. csTest.Format(_T("c--->s %s cmdid:%d-%d"), csSay, wMainCmdID, wCmdTable);
  10. }
  11. else
  12. {
  13. csTest.Format(_T("c<---s %s"), csSay, wMainCmdID, wCmdTable);
  14. }
  15. //ÌáʾÏûÏ¢
  16. CTraceService::TraceString(csTest, TraceLevel_Warning);
  17. }
  18. CShowTime::~CShowTime()
  19. {
  20. //DWORD dRet = mLast - GetTickCount();
  21. }