diff options
Diffstat (limited to 'OpenSim/OpenSim.RegionServer/PacketServer.cs')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/PacketServer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/OpenSim.RegionServer/PacketServer.cs b/OpenSim/OpenSim.RegionServer/PacketServer.cs index f0bf44f..229570c 100644 --- a/OpenSim/OpenSim.RegionServer/PacketServer.cs +++ b/OpenSim/OpenSim.RegionServer/PacketServer.cs | |||
@@ -40,13 +40,13 @@ namespace OpenSim | |||
40 | { | 40 | { |
41 | public class PacketServer | 41 | public class PacketServer |
42 | { | 42 | { |
43 | private OpenSimNetworkHandler _networkHandler; | 43 | private ClientStackNetworkHandler _networkHandler; |
44 | private IWorld _localWorld; | 44 | private IWorld _localWorld; |
45 | public Dictionary<uint, ClientView> ClientThreads = new Dictionary<uint, ClientView>(); | 45 | public Dictionary<uint, ClientView> ClientThreads = new Dictionary<uint, ClientView>(); |
46 | public Dictionary<uint, IClientAPI> ClientAPIs = new Dictionary<uint, IClientAPI>(); | 46 | public Dictionary<uint, IClientAPI> ClientAPIs = new Dictionary<uint, IClientAPI>(); |
47 | protected uint serverPort; | 47 | protected uint serverPort; |
48 | 48 | ||
49 | public PacketServer(OpenSimNetworkHandler networkHandler, uint port) | 49 | public PacketServer(ClientStackNetworkHandler networkHandler, uint port) |
50 | { | 50 | { |
51 | _networkHandler = networkHandler; | 51 | _networkHandler = networkHandler; |
52 | this.serverPort = port; | 52 | this.serverPort = port; |