aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs
diff options
context:
space:
mode:
authorDr Scofield2008-08-20 15:28:51 +0000
committerDr Scofield2008-08-20 15:28:51 +0000
commit2363cd2113261ac456e18f79e9e37622d2c7eca7 (patch)
treec58698b7269653d0df5adab697f66d86a425036e /OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs
parentoops. forgot. (diff)
downloadopensim-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/RestTestServices.cs')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs
index 984f6d3..3ac48c9 100644
--- a/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs
+++ b/OpenSim/ApplicationPlugins/Rest/Inventory/RestTestServices.cs
@@ -110,9 +110,9 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
110 110
111 #region Interface 111 #region Interface
112 112
113 private RequestData Allocate(OSHttpRequest request, OSHttpResponse response) 113 private RequestData Allocate(OSHttpRequest request, OSHttpResponse response, string prefix)
114 { 114 {
115 return new RequestData(request, response, qPrefix); 115 return new RequestData(request, response, prefix);
116 } 116 }
117 117
118 // Inventory Handler 118 // Inventory Handler