diff options
author | Melanie | 2013-04-22 22:24:41 +0200 |
---|---|---|
committer | Melanie | 2013-04-22 22:39:08 +0100 |
commit | 293a024c141d3567d42169f625bc449b89a1b59d (patch) | |
tree | f8d7064f5e2fa813ee8a15f1b6e235d3c79620db /OpenSim/Tests/Common | |
parent | Clean up unused config and config comments. (diff) | |
download | opensim-SC-293a024c141d3567d42169f625bc449b89a1b59d.zip opensim-SC-293a024c141d3567d42169f625bc449b89a1b59d.tar.gz opensim-SC-293a024c141d3567d42169f625bc449b89a1b59d.tar.bz2 opensim-SC-293a024c141d3567d42169f625bc449b89a1b59d.tar.xz |
Allow callers to set the invoice parameter for GenericMessage
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 4 |
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 | } |