aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorDiva Canto2009-08-22 10:30:04 -0700
committerDiva Canto2009-08-22 10:30:04 -0700
commit751c2000cc815d5dfe13be0145941589e4dedfa8 (patch)
tree1f9f9972c915687777f605740b71f511342e03cf /OpenSim
parent* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo... (diff)
downloadopensim-SC_OLD-751c2000cc815d5dfe13be0145941589e4dedfa8.zip
opensim-SC_OLD-751c2000cc815d5dfe13be0145941589e4dedfa8.tar.gz
opensim-SC_OLD-751c2000cc815d5dfe13be0145941589e4dedfa8.tar.bz2
opensim-SC_OLD-751c2000cc815d5dfe13be0145941589e4dedfa8.tar.xz
Changed the namespace of old InventoryServiceBase amd AuthedSessionCache.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Grid/InventoryServer/AuthedSessionCache.cs2
-rw-r--r--OpenSim/Grid/InventoryServer/InventoryServiceBase.cs4
2 files changed, 4 insertions, 2 deletions
diff --git a/OpenSim/Grid/InventoryServer/AuthedSessionCache.cs b/OpenSim/Grid/InventoryServer/AuthedSessionCache.cs
index d56e48a..dadf34a 100644
--- a/OpenSim/Grid/InventoryServer/AuthedSessionCache.cs
+++ b/OpenSim/Grid/InventoryServer/AuthedSessionCache.cs
@@ -28,7 +28,7 @@
28using System; 28using System;
29using System.Collections.Generic; 29using System.Collections.Generic;
30 30
31namespace OpenSim.Framework.Communications.Cache 31namespace OpenSim.Grid.InventoryServer
32{ 32{
33 public class AuthedSessionCache 33 public class AuthedSessionCache
34 { 34 {
diff --git a/OpenSim/Grid/InventoryServer/InventoryServiceBase.cs b/OpenSim/Grid/InventoryServer/InventoryServiceBase.cs
index 309c415..f8b4949 100644
--- a/OpenSim/Grid/InventoryServer/InventoryServiceBase.cs
+++ b/OpenSim/Grid/InventoryServer/InventoryServiceBase.cs
@@ -30,8 +30,10 @@ using System.Reflection;
30using log4net; 30using log4net;
31using OpenMetaverse; 31using OpenMetaverse;
32using OpenSim.Data; 32using OpenSim.Data;
33using OpenSim.Framework;
34using OpenSim.Framework.Communications;
33 35
34namespace OpenSim.Framework.Communications 36namespace OpenSim.Grid.InventoryServer
35{ 37{
36 /// <summary> 38 /// <summary>
37 /// Abstract base class used by local and grid implementations of an inventory service. 39 /// Abstract base class used by local and grid implementations of an inventory service.