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.cs16
1 files changed, 6 insertions, 10 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index d1af0fc..2714429 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -537,13 +537,9 @@ namespace OpenSim.Tests.Common.Mock
537 { 537 {
538 } 538 }
539 539
540 public virtual void SendChatMessage(string message, byte type, Vector3 fromPos, string fromName, 540 public virtual void SendChatMessage(
541 UUID fromAgentID, byte source, byte audible) 541 string message, byte type, Vector3 fromPos, string fromName,
542 { 542 UUID fromAgentID, UUID ownerID, byte source, byte audible)
543 }
544
545 public virtual void SendChatMessage(byte[] message, byte type, Vector3 fromPos, string fromName,
546 UUID fromAgentID, byte source, byte audible)
547 { 543 {
548 } 544 }
549 545
@@ -945,12 +941,12 @@ namespace OpenSim.Tests.Common.Mock
945 Close(); 941 Close();
946 } 942 }
947 943
948 public void Close(bool c) 944 public void Close()
949 { 945 {
950 Close(); 946 Close(true, false);
951 } 947 }
952 948
953 public void Close() 949 public void Close(bool sendStop, bool force)
954 { 950 {
955 // Fire the callback for this connection closing 951 // Fire the callback for this connection closing
956 // This is necesary to get the presence detector to notice that a client has logged out. 952 // This is necesary to get the presence detector to notice that a client has logged out.