aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins
diff options
context:
space:
mode:
authorDiva Canto2010-01-02 09:54:46 -0800
committerDiva Canto2010-01-02 09:54:46 -0800
commitdbb16bf2db533d54d3be11a6a878909e237e3924 (patch)
tree2e2d112b4d5c56b94cdc8e263c673ed01be180f3 /OpenSim/ApplicationPlugins
parentThe Library Service is now working. UserProfileCacheService.LibraryRoot is ob... (diff)
downloadopensim-SC_OLD-dbb16bf2db533d54d3be11a6a878909e237e3924.zip
opensim-SC_OLD-dbb16bf2db533d54d3be11a6a878909e237e3924.tar.gz
opensim-SC_OLD-dbb16bf2db533d54d3be11a6a878909e237e3924.tar.bz2
opensim-SC_OLD-dbb16bf2db533d54d3be11a6a878909e237e3924.tar.xz
* Forgotten ILibraryService from yesterday
* New IAvatarService -- first pass
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs
index 7db705e..8d62423 100644
--- a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs
+++ b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs
@@ -36,6 +36,7 @@ using OpenSim.Framework;
36using OpenSim.Framework.Communications; 36using OpenSim.Framework.Communications;
37using OpenSim.Services.Interfaces; 37using OpenSim.Services.Interfaces;
38using IUserService = OpenSim.Framework.Communications.IUserService; 38using IUserService = OpenSim.Framework.Communications.IUserService;
39using IAvatarService = OpenSim.Framework.Communications.IAvatarService;
39 40
40namespace OpenSim.ApplicationPlugins.Rest.Inventory 41namespace OpenSim.ApplicationPlugins.Rest.Inventory
41{ 42{