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 <string>
|
||||
#include <vector>
|
||||
#include <common/commands.h>
|
||||
@@ -8,7 +8,7 @@ std::string GetIPAddress(const char* hostName);
|
||||
class DomainPool
|
||||
{
|
||||
private:
|
||||
char Address[100]; // <EFBFBD>˳<EFBFBD><EFBFBD>Ⱥ<EFBFBD>CONNECT_ADDRESS<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƥ<EFBFBD><EFBFBD>
|
||||
char Address[100]; // 此长度和CONNECT_ADDRESS定义匹配
|
||||
std::vector<std::string> IPList;
|
||||
public:
|
||||
DomainPool()
|
||||
|
||||
Reference in New Issue
Block a user