diff options
author | Justin Clark-Casey (justincc) | 2012-07-12 23:29:57 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-07-12 23:29:57 +0100 |
commit | 3b3d9967b18335c28ce2dfc269e47bac0ede075a (patch) | |
tree | 3be5fb115a9ef5ad9f81422032b15a6dcc9ff7ae /OpenSim/Region/ClientStack/Linden | |
parent | Change very recent AllowedViewerList and BannedViewerList config setting name... (diff) | |
download | opensim-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/Region/ClientStack/Linden')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 8874585..0457fe6 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -11845,11 +11845,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
11845 | m_udpClient.SetClientInfo(info); | 11845 | m_udpClient.SetClientInfo(info); |
11846 | } | 11846 | } |
11847 | 11847 | ||
11848 | public EndPoint GetClientEP() | ||
11849 | { | ||
11850 | return m_userEndPoint; | ||
11851 | } | ||
11852 | |||
11853 | #region Media Parcel Members | 11848 | #region Media Parcel Members |
11854 | 11849 | ||
11855 | public void SendParcelMediaCommand(uint flags, ParcelMediaCommandEnum command, float time) | 11850 | public void SendParcelMediaCommand(uint flags, ParcelMediaCommandEnum command, float time) |