From 26e883a4f525df8a44e8b67c0ed5110cb47c2c1f Mon Sep 17 00:00:00 2001 From: bestlqiang Date: Wed, 31 Mar 2021 10:34:05 +0800 Subject: [PATCH] NULL --- LaiPuLaser/ClientMgr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LaiPuLaser/ClientMgr.h b/LaiPuLaser/ClientMgr.h index 96c5808..4f0b6d4 100644 --- a/LaiPuLaser/ClientMgr.h +++ b/LaiPuLaser/ClientMgr.h @@ -71,8 +71,7 @@ private: virtual BOOL OnMessagePending() override; LONGLONG m_llDtStart; UINT m_uTimeOut; - - //end--------------设定读写超时相关--------------------- +//end--------------设定读写超时相关--------------------- void SendCmd_TransFile(CString filePath);//给伺服端传文件(复制到共享盘,无通信) void DoEvents();