#include <SocketHandler.h>
Go to the source code of this file.
Classes | |
class | UBHandler |
This class will handle all Socket related events. More... | |
Typedefs | |
typedef std::map < SOCKET, Socket * > | socket_m |
The type of a socket number to Socket map. |
Definition in file UBHandler.h.
typedef std::map<SOCKET,Socket *> socket_m |