📄 clientlist.h.rej
字号:
***************
*** 88,93 ****
void Process();
void RequestTCP(Kademlia::CContact* contact);
void RemoveTCP(CUpDownClient* torem);
bool IsValidClient(CUpDownClient* tocheck);
--- 93,101 ----
void Process();
void RequestTCP(Kademlia::CContact* contact);
+
+ void RequestTCP(Kademlia2::CContact* contact); //VeryCD
+
void RemoveTCP(CUpDownClient* torem);
bool IsValidClient(CUpDownClient* tocheck);
***************
*** 111,114 ****
uint32 m_dwLastClientCleanUp;
CUpDownClientPtrList RequestTCPList;
CCriticalSection m_RequestTCPLock;
};
--- 119,126 ----
uint32 m_dwLastClientCleanUp;
CUpDownClientPtrList RequestTCPList;
CCriticalSection m_RequestTCPLock;
+ //EastShare Start - added by AndCycle, IP to Country
+ public:
+ void ResetIP2Country();
+ //EastShare End - added by AndCycle, IP to Country
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -