diff options
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 64af13d..c76d180 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -888,6 +888,11 @@ namespace OpenSim.Tests.Common.Mock | |||
888 | { | 888 | { |
889 | } | 889 | } |
890 | 890 | ||
891 | public EndPoint GetClientEP() | ||
892 | { | ||
893 | return null; | ||
894 | } | ||
895 | |||
891 | public ClientInfo GetClientInfo() | 896 | public ClientInfo GetClientInfo() |
892 | { | 897 | { |
893 | return null; | 898 | return null; |