diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 07bded6..9025dda 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1017,7 +1017,9 @@ namespace OpenSim.Framework | |||
1017 | uint flags, string capsURL); | 1017 | uint flags, string capsURL); |
1018 | 1018 | ||
1019 | void SendTeleportFailed(string reason); | 1019 | void SendTeleportFailed(string reason); |
1020 | void SendTeleportLocationStart(); | 1020 | void SendTeleportStart(uint flags); |
1021 | void SendTeleportProgress(uint flags, string message); | ||
1022 | |||
1021 | void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance); | 1023 | void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance); |
1022 | void SendPayPrice(UUID objectID, int[] payPrice); | 1024 | void SendPayPrice(UUID objectID, int[] payPrice); |
1023 | 1025 | ||