diff options
author | Diva Canto | 2010-08-16 11:39:46 -0700 |
---|---|---|
committer | Diva Canto | 2010-08-16 11:39:46 -0700 |
commit | a8b80ef800e78d9fa321bc2388b4d8336f454b1d (patch) | |
tree | 9fc791fddb9ec3cb8782aa0110e02039ce92ee8f /OpenSim/Tests | |
parent | Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS... (diff) | |
download | opensim-SC_OLD-a8b80ef800e78d9fa321bc2388b4d8336f454b1d.zip opensim-SC_OLD-a8b80ef800e78d9fa321bc2388b4d8336f454b1d.tar.gz opensim-SC_OLD-a8b80ef800e78d9fa321bc2388b4d8336f454b1d.tar.bz2 opensim-SC_OLD-a8b80ef800e78d9fa321bc2388b4d8336f454b1d.tar.xz |
Added SendTeleportProgress to IClientAPI. Ya know what that means... 8 files affected.
Diffstat (limited to 'OpenSim/Tests')
-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 | } |