aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory
diff options
context:
space:
mode:
authordiva2009-06-15 00:29:37 +0000
committerdiva2009-06-15 00:29:37 +0000
commit6cb7ecd99c0656172f1159304628f79b27e8a27b (patch)
tree793c312ebc7cd7992c49af2122fdbd560e99de9d /OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory
parentRemoving the OpenSim.SimulatorServices project. All of those region modules a... (diff)
downloadopensim-SC_OLD-6cb7ecd99c0656172f1159304628f79b27e8a27b.zip
opensim-SC_OLD-6cb7ecd99c0656172f1159304628f79b27e8a27b.tar.gz
opensim-SC_OLD-6cb7ecd99c0656172f1159304628f79b27e8a27b.tar.bz2
opensim-SC_OLD-6cb7ecd99c0656172f1159304628f79b27e8a27b.tar.xz
Renamed two of the in connector modules, to make things consistent.
Diffstat (limited to 'OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory')
-rw-r--r--OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory/InventoryServiceInConnectorModule.cs (renamed from OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory/RegionInventoryService.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory/RegionInventoryService.cs b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory/InventoryServiceInConnectorModule.cs
index 129b40c..8ca4938 100644
--- a/OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory/RegionInventoryService.cs
+++ b/OpenSim/Region/CoreModules/ServiceConnectorsIn/Inventory/InventoryServiceInConnectorModule.cs
@@ -39,7 +39,7 @@ using OpenSim.Server.Handlers.Base;
39 39
40namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Inventory 40namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Inventory
41{ 41{
42 public class RegionInventoryService : ISharedRegionModule 42 public class InventoryServiceInConnectorModule : ISharedRegionModule
43 { 43 {
44 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 44 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
45 private static bool m_Enabled = false; 45 private static bool m_Enabled = false;