aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 49a8d26..87ca944 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -939,12 +939,12 @@ namespace OpenSim.Tests.Common.Mock
939 Close(); 939 Close();
940 } 940 }
941 941
942 public void Close(bool c) 942 public void Close()
943 { 943 {
944 Close(); 944 Close(true, false);
945 } 945 }
946 946
947 public void Close() 947 public void Close(bool sendStop, bool force)
948 { 948 {
949 // Fire the callback for this connection closing 949 // Fire the callback for this connection closing
950 // This is necesary to get the presence detector to notice that a client has logged out. 950 // This is necesary to get the presence detector to notice that a client has logged out.