Changed the namespace of old InventoryServiceBase amd AuthedSessionCache.

This commit is contained in:
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
{