33 #ifndef SocketListener_h 34 #define SocketListener_h 1 44 std::map<int, Socket *> _socket_list;
45 typedef std::map<int, Socket *>::const_iterator Socket_citer;
46 typedef std::map<int, Socket *>::iterator Socket_iter;
51 virtual void listen(
Socket *s);
54 virtual void dump(ostream &strm)
const;
57 #endif // SocketListener_h
Base object for bes objects.
virtual Socket * accept()
virtual void dump(ostream &strm) const
dumps information about this object