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/Framework/Communications/InventoryServiceBase.cs | |
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/Framework/Communications/InventoryServiceBase.cs')
-rw-r--r-- | OpenSim/Framework/Communications/InventoryServiceBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/InventoryServiceBase.cs b/OpenSim/Framework/Communications/InventoryServiceBase.cs index fd2e6b1..06b707b 100644 --- a/OpenSim/Framework/Communications/InventoryServiceBase.cs +++ b/OpenSim/Framework/Communications/InventoryServiceBase.cs | |||
@@ -38,7 +38,7 @@ namespace OpenSim.Framework.Communications | |||
38 | /// <summary> | 38 | /// <summary> |
39 | /// Abstract base class used by local and grid implementations of an inventory service. | 39 | /// Abstract base class used by local and grid implementations of an inventory service. |
40 | /// </summary> | 40 | /// </summary> |
41 | public abstract class InventoryServiceBase : IInventoryServices, IInterGridInventoryServices | 41 | public abstract class InventoryServiceBase : IInventoryServices, IInterServiceInventoryServices |
42 | { | 42 | { |
43 | private static readonly ILog m_log | 43 | private static readonly ILog m_log |
44 | = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 44 | = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |