aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs
diff options
context:
space:
mode:
authorDiva Canto2010-01-11 07:51:33 -0800
committerDiva Canto2010-01-11 07:51:33 -0800
commitc5ea783526611a968400a1936e4c6764ee1c7013 (patch)
tree1d3cf5b0d963ba0af7930fbd59f971379bee01d2 /OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs
parentCommunicationsManager deleted. (diff)
downloadopensim-SC_OLD-c5ea783526611a968400a1936e4c6764ee1c7013.zip
opensim-SC_OLD-c5ea783526611a968400a1936e4c6764ee1c7013.tar.gz
opensim-SC_OLD-c5ea783526611a968400a1936e4c6764ee1c7013.tar.bz2
opensim-SC_OLD-c5ea783526611a968400a1936e4c6764ee1c7013.tar.xz
OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs
index 098c54d..fb1d739 100644
--- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs
+++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs
@@ -36,7 +36,7 @@ using System.Xml;
36using OpenMetaverse; 36using OpenMetaverse;
37using OpenMetaverse.Imaging; 37using OpenMetaverse.Imaging;
38using OpenSim.Framework; 38using OpenSim.Framework;
39using OpenSim.Framework.Communications.Cache; 39
40using OpenSim.Framework.Servers; 40using OpenSim.Framework.Servers;
41using OpenSim.Framework.Servers.HttpServer; 41using OpenSim.Framework.Servers.HttpServer;
42using Timer=System.Timers.Timer; 42using Timer=System.Timers.Timer;