diff options
author | Diva Canto | 2009-08-22 10:30:04 -0700 |
---|---|---|
committer | Diva Canto | 2009-08-22 10:30:04 -0700 |
commit | 751c2000cc815d5dfe13be0145941589e4dedfa8 (patch) | |
tree | 1f9f9972c915687777f605740b71f511342e03cf /OpenSim/Grid/InventoryServer/AuthedSessionCache.cs | |
parent | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo... (diff) | |
download | opensim-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/Grid/InventoryServer/AuthedSessionCache.cs')
-rw-r--r-- | OpenSim/Grid/InventoryServer/AuthedSessionCache.cs | 2 |
1 files changed, 1 insertions, 1 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 @@ | |||
28 | using System; | 28 | using System; |
29 | using System.Collections.Generic; | 29 | using System.Collections.Generic; |
30 | 30 | ||
31 | namespace OpenSim.Framework.Communications.Cache | 31 | namespace OpenSim.Grid.InventoryServer |
32 | { | 32 | { |
33 | public class AuthedSessionCache | 33 | public class AuthedSessionCache |
34 | { | 34 | { |