diff options
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 6 | ||||
-rw-r--r-- | OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | 7 | ||||
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 7 |
3 files changed, 17 insertions, 3 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index 84c6916..faab371 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -1028,11 +1028,15 @@ namespace OpenSim.Client.MXP.ClientStack | |||
1028 | // Need to translate to MXP somehow | 1028 | // Need to translate to MXP somehow |
1029 | } | 1029 | } |
1030 | 1030 | ||
1031 | public void SendTeleportLocationStart() | 1031 | public void SendTeleportStart(uint flags) |
1032 | { | 1032 | { |
1033 | // Need to translate to MXP somehow | 1033 | // Need to translate to MXP somehow |
1034 | } | 1034 | } |
1035 | 1035 | ||
1036 | public void SendTeleportProgress(uint flags, string message) | ||
1037 | { | ||
1038 | } | ||
1039 | |||
1036 | public void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance) | 1040 | public void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance) |
1037 | { | 1041 | { |
1038 | // Need to translate to MXP somehow | 1042 | // Need to translate to MXP somehow |
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs index 6ad5f5a..e36b797 100644 --- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs +++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | |||
@@ -583,7 +583,12 @@ namespace OpenSim.Client.Sirikata.ClientStack | |||
583 | throw new System.NotImplementedException(); | 583 | throw new System.NotImplementedException(); |
584 | } | 584 | } |
585 | 585 | ||
586 | public void SendTeleportLocationStart() | 586 | public void SendTeleportStart(uint flags) |
587 | { | ||
588 | throw new System.NotImplementedException(); | ||
589 | } | ||
590 | |||
591 | public void SendTeleportProgress(uint flags, string message) | ||
587 | { | 592 | { |
588 | throw new System.NotImplementedException(); | 593 | throw new System.NotImplementedException(); |
589 | } | 594 | } |
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index 8ef411b..51c5c17 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -589,7 +589,12 @@ namespace OpenSim.Client.VWoHTTP.ClientStack | |||
589 | throw new System.NotImplementedException(); | 589 | throw new System.NotImplementedException(); |
590 | } | 590 | } |
591 | 591 | ||
592 | public void SendTeleportLocationStart() | 592 | public void SendTeleportStart(uint flags) |
593 | { | ||
594 | throw new System.NotImplementedException(); | ||
595 | } | ||
596 | |||
597 | public void SendTeleportProgress(uint flags, string message) | ||
593 | { | 598 | { |
594 | throw new System.NotImplementedException(); | 599 | throw new System.NotImplementedException(); |
595 | } | 600 | } |