diff options
author | Dr Scofield | 2008-09-18 15:49:52 +0000 |
---|---|---|
committer | Dr Scofield | 2008-09-18 15:49:52 +0000 |
commit | 978b8af77702f1e2129ad18e247273a8dd20778d (patch) | |
tree | 423d9f85844f4b5d79044fc95e1973369aa1c626 /OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs | |
parent | adds support to delete a region completely and offers that (diff) | |
download | opensim-SC_OLD-978b8af77702f1e2129ad18e247273a8dd20778d.zip opensim-SC_OLD-978b8af77702f1e2129ad18e247273a8dd20778d.tar.gz opensim-SC_OLD-978b8af77702f1e2129ad18e247273a8dd20778d.tar.bz2 opensim-SC_OLD-978b8af77702f1e2129ad18e247273a8dd20778d.tar.xz |
Adds REST interface for setting avatar appearance. cleans up a couple
of places in the REST inventory code.
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs index 19bf381..21fcf92 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs | |||
@@ -58,6 +58,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
58 | internal static CommunicationsManager Comms = null; | 58 | internal static CommunicationsManager Comms = null; |
59 | internal static IInventoryServices InventoryServices = null; | 59 | internal static IInventoryServices InventoryServices = null; |
60 | internal static IUserService UserServices = null; | 60 | internal static IUserService UserServices = null; |
61 | internal static IAvatarService AvatarServices = null; | ||
61 | internal static AssetCache AssetServices = null; | 62 | internal static AssetCache AssetServices = null; |
62 | internal static string Prefix = null; | 63 | internal static string Prefix = null; |
63 | internal static IConfig Config = null; | 64 | internal static IConfig Config = null; |