mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
* refactor: break out inter grid inventory services further
* more to follow
This commit is contained in:
@@ -38,7 +38,7 @@ namespace OpenSim.Framework.Communications
|
||||
/// <summary>
|
||||
/// Abstract base class used by local and grid implementations of an inventory service.
|
||||
/// </summary>
|
||||
public abstract class InventoryServiceBase : IInventoryServices
|
||||
public abstract class InventoryServiceBase : IInventoryServices, IInterGridInventoryServices
|
||||
{
|
||||
private static readonly ILog m_log
|
||||
= LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
Reference in New Issue
Block a user