aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-07-13 00:52:32 +0100
committerJustin Clark-Casey (justincc)2011-07-13 00:52:32 +0100
commite434ba5e8e912965e54f7b7afafde9dec04777ed (patch)
tree21ddcb9256a9863dce562733413704869bd6d07d
parentrefactor: Move all callers of the obsoleted SychronousRestObjectPoster.BeginP... (diff)
downloadopensim-SC_OLD-e434ba5e8e912965e54f7b7afafde9dec04777ed.zip
opensim-SC_OLD-e434ba5e8e912965e54f7b7afafde9dec04777ed.tar.gz
opensim-SC_OLD-e434ba5e8e912965e54f7b7afafde9dec04777ed.tar.bz2
opensim-SC_OLD-e434ba5e8e912965e54f7b7afafde9dec04777ed.tar.xz
Remove the obsoleted SynchronousRestObjectPoster
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/WebUtil.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs
index 147a011..f33b7a2 100644
--- a/OpenSim/Framework/WebUtil.cs
+++ b/OpenSim/Framework/WebUtil.cs
@@ -907,15 +907,6 @@ namespace OpenSim.Framework
907 } 907 }
908 } 908 }
909 909
910 public class SynchronousRestObjectPoster
911 {
912 [Obsolete]
913 public static TResponse BeginPostObject<TRequest, TResponse>(string verb, string requestUrl, TRequest obj)
914 {
915 return SynchronousRestObjectRequester.MakeRequest<TRequest, TResponse>(verb, requestUrl, obj);
916 }
917 }
918
919 public class SynchronousRestObjectRequester 910 public class SynchronousRestObjectRequester
920 { 911 {
921 private static readonly ILog m_log = 912 private static readonly ILog m_log =