aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers/RestObjectPoster.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/RestObjectPoster.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 'OpenSim/Framework/Servers/RestObjectPoster.cs')
-rw-r--r--OpenSim/Framework/Servers/RestObjectPoster.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/RestObjectPoster.cs b/OpenSim/Framework/Servers/RestObjectPoster.cs
index 8cc1154..c77cb26 100644
--- a/OpenSim/Framework/Servers/RestObjectPoster.cs
+++ b/OpenSim/Framework/Servers/RestObjectPoster.cs
@@ -34,6 +34,9 @@ using System.Xml.Serialization;
34 34
35namespace OpenSim.Framework.Servers 35namespace OpenSim.Framework.Servers
36{ 36{
37 /// <summary>
38 /// Makes an asynchronous REST request which doesn't require us to do anything with the response.
39 /// </summary>
37 public class RestObjectPoster 40 public class RestObjectPoster
38 { 41 {
39 public static void BeginPostObject<TRequest>(string requestUrl, TRequest obj) 42 public static void BeginPostObject<TRequest>(string requestUrl, TRequest obj)