diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs index 18641f1..cd93bea 100644 --- a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs +++ b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs | |||
@@ -187,18 +187,11 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager | |||
187 | 187 | ||
188 | protected virtual void InitialiseHGStandaloneServices(LibraryRootFolder libraryRootFolder) | 188 | protected virtual void InitialiseHGStandaloneServices(LibraryRootFolder libraryRootFolder) |
189 | { | 189 | { |
190 | HGGridServicesStandalone gridService | ||
191 | = new HGGridServicesStandalone( | ||
192 | m_openSim.NetServersInfo, m_httpServer, m_openSim.SceneManager); | ||
193 | |||
194 | m_commsManager | 190 | m_commsManager |
195 | = new HGCommunicationsStandalone( | 191 | = new HGCommunicationsStandalone( |
196 | m_openSim.ConfigurationSettings, m_openSim.NetServersInfo, m_httpServer, | 192 | m_openSim.ConfigurationSettings, m_openSim.NetServersInfo, m_httpServer, |
197 | gridService, | ||
198 | libraryRootFolder, false); | 193 | libraryRootFolder, false); |
199 | 194 | ||
200 | HGServices = gridService; | ||
201 | |||
202 | CreateGridInfoService(); | 195 | CreateGridInfoService(); |
203 | } | 196 | } |
204 | 197 | ||
@@ -209,8 +202,6 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager | |||
209 | m_openSim.NetServersInfo, | 202 | m_openSim.NetServersInfo, |
210 | m_openSim.SceneManager, libraryRootFolder); | 203 | m_openSim.SceneManager, libraryRootFolder); |
211 | 204 | ||
212 | HGServices = ((HGCommunicationsGridMode) m_commsManager).HGServices; | ||
213 | |||
214 | m_httpServer.AddStreamHandler(new OpenSim.SimStatusHandler()); | 205 | m_httpServer.AddStreamHandler(new OpenSim.SimStatusHandler()); |
215 | m_httpServer.AddStreamHandler(new OpenSim.XSimStatusHandler(m_openSim)); | 206 | m_httpServer.AddStreamHandler(new OpenSim.XSimStatusHandler(m_openSim)); |
216 | if (m_openSim.userStatsURI != String.Empty) | 207 | if (m_openSim.userStatsURI != String.Empty) |