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 26479be..179a91f 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -658,7 +658,7 @@ namespace OpenSim.Tests.Common.Mock | |||
658 | { | 658 | { |
659 | } | 659 | } |
660 | 660 | ||
661 | public virtual void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance) | 661 | public virtual void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance, int transactionType, UUID sourceID, bool sourceIsGroup, UUID destID, bool destIsGroup, int amount, string item) |
662 | { | 662 | { |
663 | } | 663 | } |
664 | 664 | ||
@@ -886,11 +886,6 @@ namespace OpenSim.Tests.Common.Mock | |||
886 | 886 | ||
887 | } | 887 | } |
888 | 888 | ||
889 | public bool AddMoney(int debit) | ||
890 | { | ||
891 | return false; | ||
892 | } | ||
893 | |||
894 | public void SendSunPos(Vector3 sunPos, Vector3 sunVel, ulong time, uint dlen, uint ylen, float phase) | 889 | public void SendSunPos(Vector3 sunPos, Vector3 sunVel, ulong time, uint dlen, uint ylen, float phase) |
895 | { | 890 | { |
896 | } | 891 | } |