诸暨麻将添加redis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 rivejä
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. }