diff options
author | Justin Clark-Casey (justincc) | 2011-02-04 23:20:10 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-02-04 23:20:10 +0000 |
commit | 1ffd70cef7dcabfe9c680affcc95de3bcd913ecd (patch) | |
tree | b4fccccba36b41396ecd126bf6022d9eb1b7fa3b /OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs | |
parent | Add position to IM sent from llInstantMessage(), to better fulfill client exp... (diff) | |
download | opensim-SC-1ffd70cef7dcabfe9c680affcc95de3bcd913ecd.zip opensim-SC-1ffd70cef7dcabfe9c680affcc95de3bcd913ecd.tar.gz opensim-SC-1ffd70cef7dcabfe9c680affcc95de3bcd913ecd.tar.bz2 opensim-SC-1ffd70cef7dcabfe9c680affcc95de3bcd913ecd.tar.xz |
minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs index c3cf08c..b415662 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestInventoryServices.cs | |||
@@ -46,12 +46,12 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
46 | public class RestInventoryServices : IRest | 46 | public class RestInventoryServices : IRest |
47 | { | 47 | { |
48 | // private static readonly int PARM_USERID = 0; | 48 | // private static readonly int PARM_USERID = 0; |
49 | private static readonly int PARM_PATH = 1; | 49 | // private static readonly int PARM_PATH = 1; |
50 | 50 | ||
51 | // private bool enabled = false; | 51 | // private bool enabled = false; |
52 | private string qPrefix = "inventory"; | 52 | private string qPrefix = "inventory"; |
53 | 53 | ||
54 | private static readonly string PRIVATE_ROOT_NAME = "My Inventory"; | 54 | // private static readonly string PRIVATE_ROOT_NAME = "My Inventory"; |
55 | 55 | ||
56 | /// <summary> | 56 | /// <summary> |
57 | /// The constructor makes sure that the service prefix is absolute | 57 | /// The constructor makes sure that the service prefix is absolute |