aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Hypergrid
diff options
context:
space:
mode:
authorDiva Canto2009-08-10 08:14:57 -0700
committerDiva Canto2009-08-10 08:14:57 -0700
commit0d8284c7a1f5184ce50edfdf40c0b8361893426e (patch)
tree4782d51db9595cf947e7f97dac16acf2b52db8c0 /OpenSim/Region/Communications/Hypergrid
parentRemoved IAssetServer. (diff)
downloadopensim-SC_OLD-0d8284c7a1f5184ce50edfdf40c0b8361893426e.zip
opensim-SC_OLD-0d8284c7a1f5184ce50edfdf40c0b8361893426e.tar.gz
opensim-SC_OLD-0d8284c7a1f5184ce50edfdf40c0b8361893426e.tar.bz2
opensim-SC_OLD-0d8284c7a1f5184ce50edfdf40c0b8361893426e.tar.xz
Removed IAssetCache.
WARNING: PLEASE MAKE SURE TO USE THIS NEW bin/OpenSim.addin.xml
Diffstat (limited to 'OpenSim/Region/Communications/Hypergrid')
-rw-r--r--OpenSim/Region/Communications/Hypergrid/HGCommunicationsStandalone.cs1
-rw-r--r--OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs2
2 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/Hypergrid/HGCommunicationsStandalone.cs b/OpenSim/Region/Communications/Hypergrid/HGCommunicationsStandalone.cs
index 3ea987c..1bfc736 100644
--- a/OpenSim/Region/Communications/Hypergrid/HGCommunicationsStandalone.cs
+++ b/OpenSim/Region/Communications/Hypergrid/HGCommunicationsStandalone.cs
@@ -44,7 +44,6 @@ namespace OpenSim.Region.Communications.Hypergrid
44 ConfigSettings configSettings, 44 ConfigSettings configSettings,
45 NetworkServersInfo serversInfo, 45 NetworkServersInfo serversInfo,
46 BaseHttpServer httpServer, 46 BaseHttpServer httpServer,
47 IAssetCache assetCache,
48 HGGridServices gridService, 47 HGGridServices gridService,
49 LibraryRootFolder libraryRootFolder, 48 LibraryRootFolder libraryRootFolder,
50 bool dumpAssetsToFile) 49 bool dumpAssetsToFile)
diff --git a/OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs b/OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs
index 828d0d9..94cfc49 100644
--- a/OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs
+++ b/OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs
@@ -76,7 +76,7 @@ namespace OpenSim.Region.Communications.Hypergrid
76 } 76 }
77 77
78 78
79 public HGGridServicesStandalone(NetworkServersInfo servers_info, BaseHttpServer httpServe, IAssetCache asscache, SceneManager sman) 79 public HGGridServicesStandalone(NetworkServersInfo servers_info, BaseHttpServer httpServe, SceneManager sman)
80 : base(servers_info, sman) 80 : base(servers_info, sman)
81 { 81 {
82 //Respond to Grid Services requests 82 //Respond to Grid Services requests