An interface for an accept callback object.
void accept_cb(in TransportInfo transport_info);
Called after a new connection has been accepted. If the
application wishes to reject the connection
CORBA::NO_PERMISSION
may be raised.
transport_info
- The TransportInfo for the new connection.
Generated by the ORBacus IDL-to-HTML translator (non-commercial)