diff options
Diffstat (limited to 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 5 | ||||
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index 660bb3e..df1b4a3 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -1417,6 +1417,11 @@ namespace OpenSim.Client.MXP.ClientStack | |||
1417 | Session.Send(lrm); | 1417 | Session.Send(lrm); |
1418 | } | 1418 | } |
1419 | 1419 | ||
1420 | public EndPoint GetClientEP() | ||
1421 | { | ||
1422 | return null; | ||
1423 | } | ||
1424 | |||
1420 | public ClientInfo GetClientInfo() | 1425 | public ClientInfo GetClientInfo() |
1421 | { | 1426 | { |
1422 | return null; | 1427 | return null; |
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index 225ef69..c0c7625 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -942,6 +942,11 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
942 | throw new System.NotImplementedException(); | 942 | throw new System.NotImplementedException(); |
943 | } | 943 | } |
944 | 944 | ||
945 | public EndPoint GetClientEP() | ||
946 | { | ||
947 | return null; | ||
948 | } | ||
949 | |||
945 | public ClientInfo GetClientInfo() | 950 | public ClientInfo GetClientInfo() |
946 | { | 951 | { |
947 | throw new System.NotImplementedException(); | 952 | throw new System.NotImplementedException(); |