diff options
author | Melanie | 2010-01-11 05:12:01 +0000 |
---|---|---|
committer | Melanie | 2010-01-11 05:12:01 +0000 |
commit | bfddd75ca8946360728787e56a81b2d0f4a880f6 (patch) | |
tree | c3eaf43df49488f43b13b2974bca3ee601040545 /OpenSim/ApplicationPlugins/CreateCommsManager | |
parent | Refactor. Move MainServer init to a place with greener grass (diff) | |
download | opensim-SC_OLD-bfddd75ca8946360728787e56a81b2d0f4a880f6.zip opensim-SC_OLD-bfddd75ca8946360728787e56a81b2d0f4a880f6.tar.gz opensim-SC_OLD-bfddd75ca8946360728787e56a81b2d0f4a880f6.tar.bz2 opensim-SC_OLD-bfddd75ca8946360728787e56a81b2d0f4a880f6.tar.xz |
Refactor. Instantiate sim status handlers in opensim base, not in a plugin
Diffstat (limited to 'OpenSim/ApplicationPlugins/CreateCommsManager')
-rw-r--r-- | OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs index 74f11a4..3cd02f4 100644 --- a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs +++ b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs | |||
@@ -135,10 +135,6 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager | |||
135 | protected virtual void InitialiseGridServices(LibraryRootFolder libraryRootFolder) | 135 | protected virtual void InitialiseGridServices(LibraryRootFolder libraryRootFolder) |
136 | { | 136 | { |
137 | 137 | ||
138 | m_httpServer.AddStreamHandler(new OpenSim.SimStatusHandler()); | ||
139 | m_httpServer.AddStreamHandler(new OpenSim.XSimStatusHandler(m_openSim)); | ||
140 | if (m_openSim.userStatsURI != String.Empty) | ||
141 | m_httpServer.AddStreamHandler(new OpenSim.UXSimStatusHandler(m_openSim)); | ||
142 | } | 138 | } |
143 | 139 | ||
144 | private void CreateGridInfoService() | 140 | private void CreateGridInfoService() |