diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 6732d59..7a34f0b 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -84,6 +84,8 @@ namespace OpenSim.Framework | |||
84 | public delegate void TeleportLandmarkRequest( | 84 | public delegate void TeleportLandmarkRequest( |
85 | IClientAPI remoteClient, AssetLandmark lm); | 85 | IClientAPI remoteClient, AssetLandmark lm); |
86 | 86 | ||
87 | public delegate void TeleportCancel(IClientAPI remoteClient); | ||
88 | |||
87 | public delegate void DisconnectUser(); | 89 | public delegate void DisconnectUser(); |
88 | 90 | ||
89 | public delegate void RequestAvatarProperties(IClientAPI remoteClient, UUID avatarID); | 91 | public delegate void RequestAvatarProperties(IClientAPI remoteClient, UUID avatarID); |
@@ -793,6 +795,7 @@ namespace OpenSim.Framework | |||
793 | event RequestAvatarProperties OnRequestAvatarProperties; | 795 | event RequestAvatarProperties OnRequestAvatarProperties; |
794 | event SetAlwaysRun OnSetAlwaysRun; | 796 | event SetAlwaysRun OnSetAlwaysRun; |
795 | event TeleportLandmarkRequest OnTeleportLandmarkRequest; | 797 | event TeleportLandmarkRequest OnTeleportLandmarkRequest; |
798 | event TeleportCancel OnTeleportCancel; | ||
796 | event DeRezObject OnDeRezObject; | 799 | event DeRezObject OnDeRezObject; |
797 | event Action<IClientAPI> OnRegionHandShakeReply; | 800 | event Action<IClientAPI> OnRegionHandShakeReply; |
798 | event GenericCall1 OnRequestWearables; | 801 | event GenericCall1 OnRequestWearables; |