12 #ifndef ROC_NETIO_ICONN_ACCEPTOR_H_
13 #define ROC_NETIO_ICONN_ACCEPTOR_H_
Connection acceptor interface.
virtual void remove_connection(IConnHandler &)=0
Called after connection termination.
virtual IConnHandler * add_connection(IConn &)=0
Called for every new incoming connection.
Connection event handler interface.
Connection event handler interface.