aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
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/Framework/IClientAPI.cs
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 '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 4cc2e2c..d5952c4 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1353,7 +1353,6 @@ namespace OpenSim.Framework
1353 void SendBlueBoxMessage(UUID FromAvatarID, String FromAvatarName, String Message); 1353 void SendBlueBoxMessage(UUID FromAvatarID, String FromAvatarName, String Message);
1354 1354
1355 void SendLogoutPacket(); 1355 void SendLogoutPacket();
1356 EndPoint GetClientEP();
1357 1356
1358 // WARNING WARNING WARNING 1357 // WARNING WARNING WARNING
1359 // 1358 //