From b63405c1a796b44b58081857d01f726372467628 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Fri, 8 Jan 2010 10:43:34 -0800 Subject: Inching ahead... This compiles, but very likely does not run. --- OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs') diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs index 8d62423..791cfcd 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs @@ -103,11 +103,16 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory get { return main.SceneManager.CurrentOrFirstScene.InventoryService; } } - internal static IUserService UserServices + internal static IUserAccountService UserServices { - get { return Comms.UserService; } + get { return main.SceneManager.CurrentOrFirstScene.UserAccountService; } } - + + internal static IAuthenticationService AuthServices + { + get { return main.SceneManager.CurrentOrFirstScene.AuthenticationService; } + } + internal static IAvatarService AvatarServices { get { return Comms.AvatarService; } -- cgit v1.1