aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-12 16:16:50 +0000
committerJustin Clarke Casey2008-05-12 16:16:50 +0000
commit6a5be03a80ca11c46531b853932e94c579cb4020 (patch)
treef0d95787d579d55744c0f347488e48a154aa48ad /OpenSim/Region
parentFrom: Alan M Webb <awebb@vnet.ibm.com> (diff)
downloadopensim-SC_OLD-6a5be03a80ca11c46531b853932e94c579cb4020.zip
opensim-SC_OLD-6a5be03a80ca11c46531b853932e94c579cb4020.tar.gz
opensim-SC_OLD-6a5be03a80ca11c46531b853932e94c579cb4020.tar.bz2
opensim-SC_OLD-6a5be03a80ca11c46531b853932e94c579cb4020.tar.xz
* Minor: Initial cleaning up of some of the grid sim login messages
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs
index ec26d9d..d910dc4 100644
--- a/OpenSim/Region/Application/OpenSimMain.cs
+++ b/OpenSim/Region/Application/OpenSimMain.cs
@@ -655,6 +655,11 @@ namespace OpenSim
655 return GetPhysicsScene(m_physicsEngine, m_meshEngineName); 655 return GetPhysicsScene(m_physicsEngine, m_meshEngineName);
656 } 656 }
657 657
658 /// <summary>
659 /// Handler to supply the current status of this sim
660 ///
661 /// Currently this is always OK if the simulator is still listening for connections on its HTTP service
662 /// </summary>
658 protected class SimStatusHandler : IStreamedRequestHandler 663 protected class SimStatusHandler : IStreamedRequestHandler
659 { 664 {
660 public byte[] Handle(string path, Stream request) 665 public byte[] Handle(string path, Stream request)