Changed the namespace of old InventoryServiceBase amd AuthedSessionCache.
parent
b03eeeb9f6
commit
751c2000cc
|
@ -28,7 +28,7 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace OpenSim.Framework.Communications.Cache
|
namespace OpenSim.Grid.InventoryServer
|
||||||
{
|
{
|
||||||
public class AuthedSessionCache
|
public class AuthedSessionCache
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,8 +30,10 @@ using System.Reflection;
|
||||||
using log4net;
|
using log4net;
|
||||||
using OpenMetaverse;
|
using OpenMetaverse;
|
||||||
using OpenSim.Data;
|
using OpenSim.Data;
|
||||||
|
using OpenSim.Framework;
|
||||||
|
using OpenSim.Framework.Communications;
|
||||||
|
|
||||||
namespace OpenSim.Framework.Communications
|
namespace OpenSim.Grid.InventoryServer
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Abstract base class used by local and grid implementations of an inventory service.
|
/// Abstract base class used by local and grid implementations of an inventory service.
|
||||||
|
|
Loading…
Reference in New Issue