Пример #1
0
        //--//

        public Gateway( ManagerRemote mgrRemote, _DBG.PortDefinition pd )
        {
            m_mgrRemote      = mgrRemote;
            m_portDefinition = pd;
            m_ctrl           = new _WP.Controller( _WP.Packet.MARKER_PACKET_V1, this );

            m_stubs          = ArrayList.Synchronized( new ArrayList() );
            m_endpoints      = Hashtable.Synchronized( new Hashtable() );
        }
Пример #2
0
        //--//

        public Gateway(ManagerRemote mgrRemote, _DBG.PortDefinition pd)
        {
            m_mgrRemote      = mgrRemote;
            m_portDefinition = pd;
            m_ctrl           = new _WP.Controller(_WP.Packet.MARKER_PACKET_V1, this);

            m_stubs     = ArrayList.Synchronized(new ArrayList());
            m_endpoints = Hashtable.Synchronized(new Hashtable());
        }