aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-07-12 23:29:57 +0100
committerJustin Clark-Casey (justincc)2012-07-12 23:29:57 +0100
commit3b3d9967b18335c28ce2dfc269e47bac0ede075a (patch)
tree3be5fb115a9ef5ad9f81422032b15a6dcc9ff7ae /OpenSim/Tests
parentChange very recent AllowedViewerList and BannedViewerList config setting name... (diff)
downloadopensim-SC_OLD-3b3d9967b18335c28ce2dfc269e47bac0ede075a.zip
opensim-SC_OLD-3b3d9967b18335c28ce2dfc269e47bac0ede075a.tar.gz
opensim-SC_OLD-3b3d9967b18335c28ce2dfc269e47bac0ede075a.tar.bz2
opensim-SC_OLD-3b3d9967b18335c28ce2dfc269e47bac0ede075a.tar.xz
Remove IClientAPI.GetClientEP() in favour of existing identical IClientAPI.RemoteEndpoint.
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 376465c..89c4f11 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -963,11 +963,6 @@ namespace OpenSim.Tests.Common.Mock
963 { 963 {
964 } 964 }
965 965
966 public EndPoint GetClientEP()
967 {
968 return null;
969 }
970
971 public ClientInfo GetClientInfo() 966 public ClientInfo GetClientInfo()
972 { 967 {
973 return null; 968 return null;