From c310fb11f492419de60b4bf8e5bb234e4589b336 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Fri, 10 Jul 2009 02:22:26 +0000 Subject: Remove all references to HttpServer from CommsManager (all incarnations) Change all uses of the HttpServer properties to use the new singleton --- OpenSim/Region/Communications/Local/CommunicationsLocal.cs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'OpenSim/Region/Communications/Local') diff --git a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs index ac3d64e..ceab75b 100644 --- a/OpenSim/Region/Communications/Local/CommunicationsLocal.cs +++ b/OpenSim/Region/Communications/Local/CommunicationsLocal.cs @@ -31,7 +31,6 @@ using OpenSim.Framework; using OpenSim.Framework.Communications; using OpenSim.Framework.Communications.Cache; using OpenSim.Framework.Communications.Osp; -using OpenSim.Framework.Servers.HttpServer; namespace OpenSim.Region.Communications.Local { @@ -40,11 +39,8 @@ namespace OpenSim.Region.Communications.Local public CommunicationsLocal( ConfigSettings configSettings, NetworkServersInfo serversInfo, - BaseHttpServer httpServer, - IAssetCache assetCache, - LibraryRootFolder libraryRootFolder, - bool dumpAssetsToFile) - : base(serversInfo, httpServer, assetCache, dumpAssetsToFile, libraryRootFolder) + LibraryRootFolder libraryRootFolder) + : base(serversInfo, libraryRootFolder) { LocalInventoryService inventoryService = new LocalInventoryService(); List plugins -- cgit v1.1