diff options
author | Jeff Ames | 2007-12-04 22:14:53 +0000 |
---|---|---|
committer | Jeff Ames | 2007-12-04 22:14:53 +0000 |
commit | f195725db447aad7595810a9950f656163bf1c13 (patch) | |
tree | 2d62dbd3635b008e9c41c2645fc71a6abbcc0a26 /OpenSim/Region/Environment/Scenes/SceneManager.cs | |
parent | made log messages for known unhandled packet types shorter and yellower. add... (diff) | |
download | opensim-SC_OLD-f195725db447aad7595810a9950f656163bf1c13.zip opensim-SC_OLD-f195725db447aad7595810a9950f656163bf1c13.tar.gz opensim-SC_OLD-f195725db447aad7595810a9950f656163bf1c13.tar.bz2 opensim-SC_OLD-f195725db447aad7595810a9950f656163bf1c13.tar.xz |
keeping opensim safe for children -- made some namespace references less explicit
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneManager.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneManager.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneManager.cs b/OpenSim/Region/Environment/Scenes/SceneManager.cs index 347091f..2af9af2 100644 --- a/OpenSim/Region/Environment/Scenes/SceneManager.cs +++ b/OpenSim/Region/Environment/Scenes/SceneManager.cs | |||
@@ -95,7 +95,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
95 | { | 95 | { |
96 | scene.OnRestart += HandleRestart; | 96 | scene.OnRestart += HandleRestart; |
97 | m_localScenes.Add(scene); | 97 | m_localScenes.Add(scene); |
98 | |||
99 | } | 98 | } |
100 | 99 | ||
101 | public void HandleRestart(RegionInfo rdata) | 100 | public void HandleRestart(RegionInfo rdata) |
@@ -155,6 +154,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
155 | MainLog.Instance.Error("REGION", "Unable to notify Other regions of this Region coming up"); | 154 | MainLog.Instance.Error("REGION", "Unable to notify Other regions of this Region coming up"); |
156 | } | 155 | } |
157 | } | 156 | } |
157 | |||
158 | public void SaveCurrentSceneToXml(string filename) | 158 | public void SaveCurrentSceneToXml(string filename) |
159 | { | 159 | { |
160 | CurrentOrFirstScene.SavePrimsToXml(filename); | 160 | CurrentOrFirstScene.SavePrimsToXml(filename); |
@@ -291,7 +291,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
291 | return false; | 291 | return false; |
292 | } | 292 | } |
293 | 293 | ||
294 | |||
295 | public void SetDebugPacketOnCurrentScene(LogBase log, int newDebug) | 294 | public void SetDebugPacketOnCurrentScene(LogBase log, int newDebug) |
296 | { | 295 | { |
297 | ForEachCurrentScene(delegate(Scene scene) | 296 | ForEachCurrentScene(delegate(Scene scene) |
@@ -360,7 +359,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
360 | }); | 359 | }); |
361 | } | 360 | } |
362 | 361 | ||
363 | |||
364 | public void ForceCurrentSceneClientUpdate() | 362 | public void ForceCurrentSceneClientUpdate() |
365 | { | 363 | { |
366 | ForEachCurrentScene(delegate(Scene scene) { scene.ForceClientUpdate(); }); | 364 | ForEachCurrentScene(delegate(Scene scene) { scene.ForceClientUpdate(); }); |
@@ -401,7 +399,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
401 | return false; | 399 | return false; |
402 | } | 400 | } |
403 | 401 | ||
404 | |||
405 | public void CloseScene(Scene scene) | 402 | public void CloseScene(Scene scene) |
406 | { | 403 | { |
407 | m_localScenes.Remove(scene); | 404 | m_localScenes.Remove(scene); |