aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent
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/Region/OptionalModules/Agent
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/Region/OptionalModules/Agent')
-rw-r--r--OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
index 3a32528..363a1b8 100644
--- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
+++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
@@ -1431,11 +1431,6 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
1431 Disconnect(); 1431 Disconnect();
1432 } 1432 }
1433 1433
1434 public EndPoint GetClientEP()
1435 {
1436 return null;
1437 }
1438
1439 public ClientInfo GetClientInfo() 1434 public ClientInfo GetClientInfo()
1440 { 1435 {
1441 return new ClientInfo(); 1436 return new ClientInfo();