diff options
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index b2c1423..780fa4e 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -468,12 +468,7 @@ namespace OpenSim.Tests.Common.Mock | |||
468 | { | 468 | { |
469 | } | 469 | } |
470 | 470 | ||
471 | public void SendInstantMessage(UUID fromAgent, string message, UUID toAgent, string fromName, byte dialog, uint timeStamp) | 471 | public void SendInstantMessage(GridInstantMessage im) |
472 | { | ||
473 | |||
474 | } | ||
475 | |||
476 | public void SendInstantMessage(UUID fromAgent, string message, UUID toAgent, string fromName, byte dialog, uint timeStamp, UUID transactionID, bool fromGroup, byte[] binaryBucket) | ||
477 | { | 472 | { |
478 | 473 | ||
479 | } | 474 | } |