diff options
author | MW | 2007-05-31 13:45:18 +0000 |
---|---|---|
committer | MW | 2007-05-31 13:45:18 +0000 |
commit | ee5bd67b82f2fae77477b22765ba830e29ce4fd3 (patch) | |
tree | 865f82fc245ef061b636f7da6b3e9b15ee5fb4ca /OpenSim/OpenSim.RegionServer/ClientView.cs | |
parent | (no commit message) (diff) | |
download | opensim-SC_OLD-ee5bd67b82f2fae77477b22765ba830e29ce4fd3.zip opensim-SC_OLD-ee5bd67b82f2fae77477b22765ba830e29ce4fd3.tar.gz opensim-SC_OLD-ee5bd67b82f2fae77477b22765ba830e29ce4fd3.tar.bz2 opensim-SC_OLD-ee5bd67b82f2fae77477b22765ba830e29ce4fd3.tar.xz |
Diffstat (limited to 'OpenSim/OpenSim.RegionServer/ClientView.cs')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/ClientView.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/OpenSim.RegionServer/ClientView.cs b/OpenSim/OpenSim.RegionServer/ClientView.cs index d7e681f..d970162 100644 --- a/OpenSim/OpenSim.RegionServer/ClientView.cs +++ b/OpenSim/OpenSim.RegionServer/ClientView.cs | |||
@@ -78,10 +78,11 @@ namespace OpenSim | |||
78 | private int cachedtextureserial = 0; | 78 | private int cachedtextureserial = 0; |
79 | private RegionInfo m_regionData; | 79 | private RegionInfo m_regionData; |
80 | protected AuthenticateSessionsBase m_authenticateSessionsHandler; | 80 | protected AuthenticateSessionsBase m_authenticateSessionsHandler; |
81 | protected uint serverPort = 0; | ||
81 | 82 | ||
82 | 83 | public ClientView(EndPoint remoteEP, UseCircuitCodePacket initialcirpack, Dictionary<uint, ClientView> clientThreads, IWorld world, AssetCache assetCache, PacketServer packServer, InventoryCache inventoryCache, AuthenticateSessionsBase authenSessions, uint port) | |
83 | public ClientView(EndPoint remoteEP, UseCircuitCodePacket initialcirpack, Dictionary<uint, ClientView> clientThreads, IWorld world, AssetCache assetCache, PacketServer packServer, InventoryCache inventoryCache, AuthenticateSessionsBase authenSessions) | ||
84 | { | 84 | { |
85 | this.serverPort = port; | ||
85 | m_world = world; | 86 | m_world = world; |
86 | m_clientThreads = clientThreads; | 87 | m_clientThreads = clientThreads; |
87 | m_assetCache = assetCache; | 88 | m_assetCache = assetCache; |