Exemple #1
0
        public Acceptor(iServiceHandlerFactory create_strategy)
        {
            //
            // TODO: Add constructor logic here
            //
            m_service_handler_strategy = create_strategy;

            // Create the new async accept operation
            //m_async_accept = new AsyncAccept();
        }
Exemple #2
0
 public Connector(iServiceHandlerFactory create_strategy)
 {
     m_service_handler_strategy = create_strategy;
 }