diff options
Diffstat (limited to 'OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs')
-rw-r--r-- | OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | 5 |
1 files changed, 5 insertions, 0 deletions
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(); |