aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
diff options
context:
space:
mode:
authorDiva Canto2010-08-16 11:39:46 -0700
committerDiva Canto2010-08-16 11:39:46 -0700
commita8b80ef800e78d9fa321bc2388b4d8336f454b1d (patch)
tree9fc791fddb9ec3cb8782aa0110e02039ce92ee8f /OpenSim/Client/MXP/ClientStack/MXPClientView.cs
parentWork on TeleportStart: renamed method from TeleportLocationStart to TeleportS... (diff)
downloadopensim-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/Client/MXP/ClientStack/MXPClientView.cs')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index 5e16347..b5b2508 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -1020,6 +1020,10 @@ namespace OpenSim.Client.MXP.ClientStack
1020 // Need to translate to MXP somehow 1020 // Need to translate to MXP somehow
1021 } 1021 }
1022 1022
1023 public void SendTeleportProgress(uint flags, string message)
1024 {
1025 }
1026
1023 public void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance) 1027 public void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance)
1024 { 1028 {
1025 // Need to translate to MXP somehow 1029 // Need to translate to MXP somehow