aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 2d4fef1..d26e3f7 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -541,12 +541,12 @@ namespace OpenSim.Tests.Common.Mock
541 541
542 } 542 }
543 543
544 public void SendGenericMessage(string method, List<string> message) 544 public void SendGenericMessage(string method, UUID invoice, List<string> message)
545 { 545 {
546 546
547 } 547 }
548 548
549 public void SendGenericMessage(string method, List<byte[]> message) 549 public void SendGenericMessage(string method, UUID invoice, List<byte[]> message)
550 { 550 {
551 551
552 } 552 }