diff options
author | Jeff Ames | 2008-05-16 01:22:11 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-16 01:22:11 +0000 |
commit | 65c5efe43b68700bad94076d4cd421160203c5de (patch) | |
tree | 589b56649ed02f4942671fd6e51c6dc43f682e0d /OpenSim/Region/Environment/Scenes/SceneBase.cs | |
parent | Thank you very much, mjm for : (diff) | |
download | opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.zip opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.gz opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.bz2 opensim-SC_OLD-65c5efe43b68700bad94076d4cd421160203c5de.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneBase.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneBase.cs | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneBase.cs b/OpenSim/Region/Environment/Scenes/SceneBase.cs index dc67436..fbef367 100644 --- a/OpenSim/Region/Environment/Scenes/SceneBase.cs +++ b/OpenSim/Region/Environment/Scenes/SceneBase.cs | |||
@@ -77,11 +77,11 @@ namespace OpenSim.Region.Environment.Scenes | |||
77 | { | 77 | { |
78 | get { return m_externalChecks; } | 78 | get { return m_externalChecks; } |
79 | } | 79 | } |
80 | 80 | ||
81 | protected string m_datastore; | 81 | protected string m_datastore; |
82 | 82 | ||
83 | private uint m_nextLocalId = 8880000; | 83 | private uint m_nextLocalId = 8880000; |
84 | 84 | ||
85 | private AssetCache m_assetCache; | 85 | private AssetCache m_assetCache; |
86 | 86 | ||
87 | public AssetCache AssetCache | 87 | public AssetCache AssetCache |
@@ -89,8 +89,8 @@ namespace OpenSim.Region.Environment.Scenes | |||
89 | get { return m_assetCache; } | 89 | get { return m_assetCache; } |
90 | set { m_assetCache = value; } | 90 | set { m_assetCache = value; } |
91 | } | 91 | } |
92 | 92 | ||
93 | protected RegionStatus m_regStatus; | 93 | protected RegionStatus m_regStatus; |
94 | 94 | ||
95 | public RegionStatus Region_Status | 95 | public RegionStatus Region_Status |
96 | { | 96 | { |
@@ -130,7 +130,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
130 | #region Add/Remove Agent/Avatar | 130 | #region Add/Remove Agent/Avatar |
131 | 131 | ||
132 | /// <summary> | 132 | /// <summary> |
133 | /// | 133 | /// |
134 | /// </summary> | 134 | /// </summary> |
135 | /// <param name="remoteClient"></param> | 135 | /// <param name="remoteClient"></param> |
136 | /// <param name="agentID"></param> | 136 | /// <param name="agentID"></param> |
@@ -138,7 +138,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
138 | public abstract void AddNewClient(IClientAPI client, bool child); | 138 | public abstract void AddNewClient(IClientAPI client, bool child); |
139 | 139 | ||
140 | /// <summary> | 140 | /// <summary> |
141 | /// | 141 | /// |
142 | /// </summary> | 142 | /// </summary> |
143 | /// <param name="agentID"></param> | 143 | /// <param name="agentID"></param> |
144 | public abstract void RemoveClient(LLUUID agentID); | 144 | public abstract void RemoveClient(LLUUID agentID); |
@@ -148,7 +148,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
148 | #endregion | 148 | #endregion |
149 | 149 | ||
150 | /// <summary> | 150 | /// <summary> |
151 | /// | 151 | /// |
152 | /// </summary> | 152 | /// </summary> |
153 | /// <returns></returns> | 153 | /// <returns></returns> |
154 | public virtual RegionInfo RegionInfo | 154 | public virtual RegionInfo RegionInfo |
@@ -206,7 +206,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
206 | } | 206 | } |
207 | 207 | ||
208 | #endregion | 208 | #endregion |
209 | 209 | ||
210 | /// <summary> | 210 | /// <summary> |
211 | /// XXX These two methods are very temporary | 211 | /// XXX These two methods are very temporary |
212 | /// </summary> | 212 | /// </summary> |
@@ -217,7 +217,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
217 | { | 217 | { |
218 | return capsPaths[agentId]; | 218 | return capsPaths[agentId]; |
219 | } | 219 | } |
220 | 220 | ||
221 | return null; | 221 | return null; |
222 | } | 222 | } |
223 | } | 223 | } |