Rewrote DCC server to allow for multiple threads, also added DCC recv.

(DCC recv still broken, threading buggy)
This commit is contained in:
Brendan Walker
2002-12-08 19:40:18 +00:00
parent fab23817c5
commit e731ee03ed
14 changed files with 1515 additions and 259 deletions
+2 -2
View File
@@ -44,10 +44,10 @@ public:
// Implementation
public:
void AssignDCCServer(void* pServer) { m_pDCCServer = pServer; }
bool isCanceled() { return m_bIsCanceled; }
protected:
void* m_pDCCServer;
bool m_bIsCanceled;
protected: