diff options
author | Melanie Thielker | 2009-05-18 23:18:04 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-18 23:18:04 +0000 |
commit | 23d902be42fd6d554a9098936d501609fc6e5315 (patch) | |
tree | 1830b906665ffa34b3f7c085e28d87ee16bf4c9f /OpenSim/ApplicationPlugins | |
parent | Bug fix and config rename. (diff) | |
download | opensim-SC_OLD-23d902be42fd6d554a9098936d501609fc6e5315.zip opensim-SC_OLD-23d902be42fd6d554a9098936d501609fc6e5315.tar.gz opensim-SC_OLD-23d902be42fd6d554a9098936d501609fc6e5315.tar.bz2 opensim-SC_OLD-23d902be42fd6d554a9098936d501609fc6e5315.tar.xz |
Remove the old asset cache and local services and the configurations for them
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r-- | OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs index 1059338..ca4d985 100644 --- a/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs +++ b/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs | |||
@@ -169,7 +169,7 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager | |||
169 | m_commsManager | 169 | m_commsManager |
170 | = new CommunicationsLocal( | 170 | = new CommunicationsLocal( |
171 | m_openSim.ConfigurationSettings, m_openSim.NetServersInfo, m_httpServer, m_openSim.AssetCache, | 171 | m_openSim.ConfigurationSettings, m_openSim.NetServersInfo, m_httpServer, m_openSim.AssetCache, |
172 | libraryRootFolder, m_openSim.ConfigurationSettings.DumpAssetsToFile); | 172 | libraryRootFolder, false); |
173 | 173 | ||
174 | CreateGridInfoService(); | 174 | CreateGridInfoService(); |
175 | } | 175 | } |
@@ -195,7 +195,7 @@ namespace OpenSim.ApplicationPlugins.CreateCommsManager | |||
195 | = new HGCommunicationsStandalone( | 195 | = new HGCommunicationsStandalone( |
196 | m_openSim.ConfigurationSettings, m_openSim.NetServersInfo, m_httpServer, m_openSim.AssetCache, | 196 | m_openSim.ConfigurationSettings, m_openSim.NetServersInfo, m_httpServer, m_openSim.AssetCache, |
197 | gridService, | 197 | gridService, |
198 | libraryRootFolder, m_openSim.ConfigurationSettings.DumpAssetsToFile); | 198 | libraryRootFolder, false); |
199 | 199 | ||
200 | HGServices = gridService; | 200 | HGServices = gridService; |
201 | 201 | ||