Exemplo n.º 1
0
        /// <summary><see cref="Ch.Elca.Iiop.IServerTransportFactory.CreateConnectionListener"/></summary>
        public IServerConnectionListener CreateConnectionListener(ClientAccepted clientAcceptCallBack)
        {
            IServerConnectionListener result = new TcpConnectionListener();

            result.Setup(clientAcceptCallBack);
            return(result);
        }
 /// <summary><see cref="Ch.Elca.Iiop.IServerTransportFactory.CreateConnectionListener"/></summary>
 public IServerConnectionListener CreateConnectionListener(ClientAccepted clientAcceptCallBack) {
     IServerConnectionListener result = new TcpConnectionListener();
     result.Setup(clientAcceptCallBack);
     return result;
 }