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/DataSnapshot/DataSnapshotManager.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/DataSnapshot/DataSnapshotManager.cs')
-rw-r--r-- | OpenSim/Region/DataSnapshot/DataSnapshotManager.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs b/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs index 5831ddc..af3e547 100644 --- a/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs +++ b/OpenSim/Region/DataSnapshot/DataSnapshotManager.cs | |||
@@ -23,7 +23,7 @@ | |||
23 | * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 23 | * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
24 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 24 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * | 26 | * |
27 | */ | 27 | */ |
28 | 28 | ||
29 | using System; | 29 | using System; |
@@ -70,14 +70,14 @@ namespace OpenSim.Region.DataSnapshot | |||
70 | #region IRegionModule | 70 | #region IRegionModule |
71 | public void Close() | 71 | public void Close() |
72 | { | 72 | { |
73 | 73 | ||
74 | } | 74 | } |
75 | 75 | ||
76 | public void Initialise(Scene scene, IConfigSource config) | 76 | public void Initialise(Scene scene, IConfigSource config) |
77 | { | 77 | { |
78 | if (!m_scenes.Contains(scene)) | 78 | if (!m_scenes.Contains(scene)) |
79 | m_scenes.Add(scene); | 79 | m_scenes.Add(scene); |
80 | 80 | ||
81 | if (!m_configLoaded) | 81 | if (!m_configLoaded) |
82 | { | 82 | { |
83 | m_configLoaded = true; | 83 | m_configLoaded = true; |
@@ -317,7 +317,7 @@ namespace OpenSim.Region.DataSnapshot | |||
317 | 317 | ||
318 | private String GetRegionCategory(Scene scene) | 318 | private String GetRegionCategory(Scene scene) |
319 | { | 319 | { |
320 | 320 | ||
321 | //Boolean choice between: | 321 | //Boolean choice between: |
322 | // "PG" - Mormontown | 322 | // "PG" - Mormontown |
323 | // "Mature" - Sodom and Gomorrah | 323 | // "Mature" - Sodom and Gomorrah |
@@ -396,7 +396,7 @@ namespace OpenSim.Region.DataSnapshot | |||
396 | } | 396 | } |
397 | 397 | ||
398 | /** | 398 | /** |
399 | * Reply to the http request | 399 | * Reply to the http request |
400 | */ | 400 | */ |
401 | public XmlDocument GetSnapshot(string regionName) | 401 | public XmlDocument GetSnapshot(string regionName) |
402 | { | 402 | { |