clientlist.h.rej
来自「eMule0.44b的原代码」· REJ 代码 · 共 34 行
REJ
34 行
***************
*** 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 + =
减小字号Ctrl + -
显示快捷键?