1
0

Fixed warnings

This commit is contained in:
Tycho
2014-03-07 10:26:07 -08:00
parent 51c1849762
commit b480148116
4 changed files with 6 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ private:
public:
cSocketThread(cSocketThreads * a_Parent);
~cSocketThread();
virtual ~cSocketThread();
// All these methods assume parent's m_CS is locked
bool HasEmptySlot(void) const {return m_NumSlots < MAX_SLOTS; }