33 #ifndef SocketListener_h
34 #define SocketListener_h 1
47 map< int, Socket *> _socket_list ;
48 typedef map< int, Socket *>::const_iterator Socket_citer ;
49 typedef map< int, Socket *>::iterator Socket_iter ;
57 virtual void dump( ostream &strm )
const ;
60 #endif // SocketListener_h
virtual ~SocketListener()
Base object for bes objects.
virtual Socket * accept()
Use the select() system call to wait for an incoming connection.
virtual void dump(ostream &strm) const
dumps information about this object
virtual void listen(Socket *s)