mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Refactor. Instantiate sim status handlers in opensim base, not in a plugin
This commit is contained in:
@@ -135,10 +135,6 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager
|
||||
protected virtual void InitialiseGridServices(LibraryRootFolder libraryRootFolder)
|
||||
{
|
||||
|
||||
m_httpServer.AddStreamHandler(new OpenSim.SimStatusHandler());
|
||||
m_httpServer.AddStreamHandler(new OpenSim.XSimStatusHandler(m_openSim));
|
||||
if (m_openSim.userStatsURI != String.Empty)
|
||||
m_httpServer.AddStreamHandler(new OpenSim.UXSimStatusHandler(m_openSim));
|
||||
}
|
||||
|
||||
private void CreateGridInfoService()
|
||||
|
||||
Reference in New Issue
Block a user