diff options
Diffstat (limited to 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 4 | ||||
-rw-r--r-- | OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | 5 | ||||
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 5 |
3 files changed, 14 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 |
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs index 1c702d2..c1e281a 100644 --- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs +++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | |||
@@ -578,6 +578,11 @@ namespace OpenSim.Client.Sirikata.ClientStack | |||
578 | throw new System.NotImplementedException(); | 578 | throw new System.NotImplementedException(); |
579 | } | 579 | } |
580 | 580 | ||
581 | public void SendTeleportProgress(uint flags, string message) | ||
582 | { | ||
583 | throw new System.NotImplementedException(); | ||
584 | } | ||
585 | |||
581 | public void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance) | 586 | public void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance) |
582 | { | 587 | { |
583 | throw new System.NotImplementedException(); | 588 | throw new System.NotImplementedException(); |
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index e954aa3..99a46dc 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -584,6 +584,11 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
584 | throw new System.NotImplementedException(); | 584 | throw new System.NotImplementedException(); |
585 | } | 585 | } |
586 | 586 | ||
587 | public void SendTeleportProgress(uint flags, string message) | ||
588 | { | ||
589 | throw new System.NotImplementedException(); | ||
590 | } | ||
591 | |||
587 | public void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance) | 592 | public void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance) |
588 | { | 593 | { |
589 | throw new System.NotImplementedException(); | 594 | throw new System.NotImplementedException(); |