aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneBase.cs
diff options
context:
space:
mode:
authorlbsa712007-07-09 21:25:43 +0000
committerlbsa712007-07-09 21:25:43 +0000
commit85dd493614cda12488eb7920713ddda07c921dbc (patch)
treecaa4dc30e786e48645981e192d45acd8c564d5b9 /OpenSim/Region/Environment/Scenes/SceneBase.cs
parent* Introduced ClientManager for great justice. (diff)
downloadopensim-SC_OLD-85dd493614cda12488eb7920713ddda07c921dbc.zip
opensim-SC_OLD-85dd493614cda12488eb7920713ddda07c921dbc.tar.gz
opensim-SC_OLD-85dd493614cda12488eb7920713ddda07c921dbc.tar.bz2
opensim-SC_OLD-85dd493614cda12488eb7920713ddda07c921dbc.tar.xz
* some follow up renaming of members et c.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneBase.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneBase.cs b/OpenSim/Region/Environment/Scenes/SceneBase.cs
index 44121b4..811f54c 100644
--- a/OpenSim/Region/Environment/Scenes/SceneBase.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneBase.cs
@@ -41,7 +41,7 @@ namespace OpenSim.Region.Environment.Scenes
41 public abstract class SceneBase : IWorld 41 public abstract class SceneBase : IWorld
42 { 42 {
43 public Dictionary<LLUUID, EntityBase> Entities; 43 public Dictionary<LLUUID, EntityBase> Entities;
44 protected ClientManager m_clientThreads; 44 protected ClientManager m_clientManager;
45 protected ulong m_regionHandle; 45 protected ulong m_regionHandle;
46 protected string m_regionName; 46 protected string m_regionName;
47 protected RegionInfo m_regInfo; 47 protected RegionInfo m_regInfo;