// Socketmap.h: interface for the CSocketmap class.////////////////////////////////////////////////////////////////////////
#ifndef _SOCKETMAP_H_#define _SOCKETMAP_H_
template<class VALUE>class CSocketQueue {public: CSocketQueue(); ~CSocketQueue(); int GetCount(){return m_nCount;}; bool InitQu...