diff options
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 0dee374..e46f9b7 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -618,6 +618,10 @@ namespace OpenSim.Tests.Common.Mock | |||
618 | { | 618 | { |
619 | } | 619 | } |
620 | 620 | ||
621 | public void SendTeleportProgress(uint flags, string message) | ||
622 | { | ||
623 | } | ||
624 | |||
621 | public virtual void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance) | 625 | public virtual void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance) |
622 | { | 626 | { |
623 | } | 627 | } |