aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/RestObjectPosterResponse.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-27 18:26:01 +0000
committerJustin Clarke Casey2008-03-27 18:26:01 +0000
commit0609970f2e30615ffa38c0ddc852ffb9bfd1c47e (patch)
treeb39eb004b25054c3ca44d3e1b174e1c25e1815d1 /OpenSim/Framework/Servers/RestObjectPosterResponse.cs
parent* Tweaking master uuid exception to make it clearer what just went wrong (use... (diff)
downloadopensim-SC_OLD-0609970f2e30615ffa38c0ddc852ffb9bfd1c47e.zip
opensim-SC_OLD-0609970f2e30615ffa38c0ddc852ffb9bfd1c47e.tar.gz
opensim-SC_OLD-0609970f2e30615ffa38c0ddc852ffb9bfd1c47e.tar.bz2
opensim-SC_OLD-0609970f2e30615ffa38c0ddc852ffb9bfd1c47e.tar.xz
* Correct asset type of Lost and Found folder - this might stop it appearing twice
* Other minor corrections to initial inventory contents * These will only take affect for new users
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Servers/RestObjectPosterResponse.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/RestObjectPosterResponse.cs b/OpenSim/Framework/Servers/RestObjectPosterResponse.cs
index e2479dd..1d99a80 100644
--- a/OpenSim/Framework/Servers/RestObjectPosterResponse.cs
+++ b/OpenSim/Framework/Servers/RestObjectPosterResponse.cs
@@ -36,6 +36,9 @@ namespace OpenSim.Framework.Servers
36{ 36{
37 public delegate void ReturnResponse<T>(T reponse); 37 public delegate void ReturnResponse<T>(T reponse);
38 38
39 /// <summary>
40 /// Makes an asynchronous REST request with a callback to invoke with the response.
41 /// </summary>
39 public class RestObjectPosterResponse<TResponse> 42 public class RestObjectPosterResponse<TResponse>
40 { 43 {
41 public ReturnResponse<TResponse> ResponseCallback; 44 public ReturnResponse<TResponse> ResponseCallback;