mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Changed the namespace of old InventoryServiceBase amd AuthedSessionCache.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace OpenSim.Framework.Communications.Cache
|
||||
namespace OpenSim.Grid.InventoryServer
|
||||
{
|
||||
public class AuthedSessionCache
|
||||
{
|
||||
|
||||
@@ -30,8 +30,10 @@ using System.Reflection;
|
||||
using log4net;
|
||||
using OpenMetaverse;
|
||||
using OpenSim.Data;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Framework.Communications;
|
||||
|
||||
namespace OpenSim.Framework.Communications
|
||||
namespace OpenSim.Grid.InventoryServer
|
||||
{
|
||||
/// <summary>
|
||||
/// Abstract base class used by local and grid implementations of an inventory service.
|
||||
|
||||
Reference in New Issue
Block a user