aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorubit2012-09-28 00:16:22 +0200
committerubit2012-09-28 00:16:22 +0200
commitacdbe6e9dd2789c92878f12bd5983dd6ff9d73a8 (patch)
treef0ae56e7d141380470c7d769e8097734baff7921 /OpenSim/Framework
parentMerge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff)
parentmake some forgotten changes be done by simulation thread not by caller (diff)
downloadopensim-SC-acdbe6e9dd2789c92878f12bd5983dd6ff9d73a8.zip
opensim-SC-acdbe6e9dd2789c92878f12bd5983dd6ff9d73a8.tar.gz
opensim-SC-acdbe6e9dd2789c92878f12bd5983dd6ff9d73a8.tar.bz2
opensim-SC-acdbe6e9dd2789c92878f12bd5983dd6ff9d73a8.tar.xz
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/Servers/Tests/OSHttpTests.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/Tests/OSHttpTests.cs b/OpenSim/Framework/Servers/Tests/OSHttpTests.cs
index dc4eb8f..4c2f586 100644
--- a/OpenSim/Framework/Servers/Tests/OSHttpTests.cs
+++ b/OpenSim/Framework/Servers/Tests/OSHttpTests.cs
@@ -75,6 +75,10 @@ namespace OpenSim.Framework.Servers.Tests
75 /// </summary> 75 /// </summary>
76 public event EventHandler<RequestEventArgs> RequestReceived = delegate { }; 76 public event EventHandler<RequestEventArgs> RequestReceived = delegate { };
77 77
78 public bool CanSend { get { return true; } }
79 public string RemoteEndPoint { get { return ""; } }
80 public string RemoteEndPointAddress { get { return ""; } }
81 public string RemoteEndPointPort { get { return ""; } }
78 } 82 }
79 83
80 public class TestHttpRequest: IHttpRequest 84 public class TestHttpRequest: IHttpRequest