mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-22 07:14:15 +08:00
style: Change files encoding format to UTF8-BOM
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#pragma once
|
||||
#pragma once
|
||||
#include "HPSocket.h"
|
||||
#include "SocketInterface.h"
|
||||
#include "Buffer.h"
|
||||
@@ -42,10 +42,10 @@ private:
|
||||
void* m_pUser;
|
||||
ContextList m_listFreePool;
|
||||
CLock m_Locker;
|
||||
int m_nPort; // <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>˿<EFBFBD>
|
||||
CONNID m_IDs[65535]; // <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ID
|
||||
LONG m_bStop; // <EFBFBD>˿<EFBFBD>ֹͣ<EFBFBD><EFBFBD><EFBFBD>߿<EFBFBD><EFBFBD><EFBFBD>
|
||||
int m_nMaxConnection; // <EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||||
BOOL m_bIsRun; // <EFBFBD><EFBFBD><EFBFBD><EFBFBD>״̬
|
||||
DWORD m_dwIndex; // <EFBFBD><EFBFBD><EFBFBD>ӱ<EFBFBD><EFBFBD><EFBFBD>
|
||||
int m_nPort; // 插件端口
|
||||
CONNID m_IDs[65535]; // 所有连接ID
|
||||
LONG m_bStop; // 端口停止上线控制
|
||||
int m_nMaxConnection; // 最大连接数
|
||||
BOOL m_bIsRun; // 运行状态
|
||||
DWORD m_dwIndex; // 连接编号
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user