diff options
author | Dr Scofield | 2008-08-20 15:28:51 +0000 |
---|---|---|
committer | Dr Scofield | 2008-08-20 15:28:51 +0000 |
commit | 2363cd2113261ac456e18f79e9e37622d2c7eca7 (patch) | |
tree | c58698b7269653d0df5adab697f66d86a425036e /OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs | |
parent | oops. forgot. (diff) | |
download | opensim-SC_OLD-2363cd2113261ac456e18f79e9e37622d2c7eca7.zip opensim-SC_OLD-2363cd2113261ac456e18f79e9e37622d2c7eca7.tar.gz opensim-SC_OLD-2363cd2113261ac456e18f79e9e37622d2c7eca7.tar.bz2 opensim-SC_OLD-2363cd2113261ac456e18f79e9e37622d2c7eca7.tar.xz |
fixing Rest/Inventory stuff again. changes somehow got lost locally.
Diffstat (limited to 'OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs index f67f8b1..69f91e4 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/IRestHandler.cs | |||
@@ -40,7 +40,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
40 | /// </remarks> | 40 | /// </remarks> |
41 | 41 | ||
42 | public delegate void RestMethodHandler(RequestData rdata); | 42 | public delegate void RestMethodHandler(RequestData rdata); |
43 | public delegate RequestData RestMethodAllocator(OSHttpRequest request, OSHttpResponse response); | 43 | public delegate RequestData RestMethodAllocator(OSHttpRequest request, OSHttpResponse response, string path); |
44 | 44 | ||
45 | /// <summary> | 45 | /// <summary> |
46 | /// This interface represents the boundary between the general purpose | 46 | /// This interface represents the boundary between the general purpose |