⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 clientlist.h.rej

📁 电驴的源代码
💻 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 + -