diff options
author | Justin Clarke Casey | 2008-07-24 15:20:57 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-24 15:20:57 +0000 |
commit | 29e8fcd13c99606813c916c4d464372572af230f (patch) | |
tree | e20c74b2f02d4c40e1d74c814715e2500cb116f9 /OpenSim/Region/Communications/OGS1 | |
parent | Update svn properties. Minor formatting cleanup. (diff) | |
download | opensim-SC_OLD-29e8fcd13c99606813c916c4d464372572af230f.zip opensim-SC_OLD-29e8fcd13c99606813c916c4d464372572af230f.tar.gz opensim-SC_OLD-29e8fcd13c99606813c916c4d464372572af230f.tar.bz2 opensim-SC_OLD-29e8fcd13c99606813c916c4d464372572af230f.tar.xz |
* minor: Rename IInterGridInventoryServices since it's inter service rather than inter grid
Diffstat (limited to 'OpenSim/Region/Communications/OGS1')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1SecureInvenotryService.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs index b86d9ea..80c286e 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1InventoryService.cs | |||
@@ -39,7 +39,7 @@ using OpenSim.Framework.Statistics; | |||
39 | 39 | ||
40 | namespace OpenSim.Region.Communications.OGS1 | 40 | namespace OpenSim.Region.Communications.OGS1 |
41 | { | 41 | { |
42 | public class OGS1InventoryService : IInventoryServices, IInterGridInventoryServices | 42 | public class OGS1InventoryService : IInventoryServices, IInterServiceInventoryServices |
43 | { | 43 | { |
44 | private static readonly ILog m_log | 44 | private static readonly ILog m_log |
45 | = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 45 | = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
diff --git a/OpenSim/Region/Communications/OGS1/OGS1SecureInvenotryService.cs b/OpenSim/Region/Communications/OGS1/OGS1SecureInvenotryService.cs index fbfc680..bb94c20 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1SecureInvenotryService.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1SecureInvenotryService.cs | |||
@@ -39,7 +39,7 @@ using OpenSim.Framework.Statistics; | |||
39 | 39 | ||
40 | namespace OpenSim.Region.Communications.OGS1 | 40 | namespace OpenSim.Region.Communications.OGS1 |
41 | { | 41 | { |
42 | public class OGS1SecureInventoryService : ISecureInventoryService, IInterGridInventoryServices | 42 | public class OGS1SecureInventoryService : ISecureInventoryService, IInterServiceInventoryServices |
43 | { | 43 | { |
44 | private static readonly ILog m_log | 44 | private static readonly ILog m_log |
45 | = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 45 | = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |