Changed the namespace of old InventoryServiceBase amd AuthedSessionCache.

remotes/origin/0.6.7-post-fixes
Diva Canto 2009-08-22 10:30:04 -07:00
parent b03eeeb9f6
commit 751c2000cc
2 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,7 @@
using System;
using System.Collections.Generic;
namespace OpenSim.Framework.Communications.Cache
namespace OpenSim.Grid.InventoryServer
{
public class AuthedSessionCache
{

View File

@ -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.