diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-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 f0ec63e..039526b 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -618,6 +618,9 @@ namespace OpenSim.Framework | |||
618 | event ViewerEffectEventHandler OnViewerEffect; | 618 | event ViewerEffectEventHandler OnViewerEffect; |
619 | event Action<IClientAPI> OnLogout; | 619 | event Action<IClientAPI> OnLogout; |
620 | event Action<IClientAPI> OnConnectionClosed; | 620 | event Action<IClientAPI> OnConnectionClosed; |
621 | |||
622 | void SendBlueBoxMessage(LLUUID FromAvatarID, LLUUID fromSessionID, String FromAvatarName, String Message); | ||
623 | |||
621 | void SendLogoutPacket(); | 624 | void SendLogoutPacket(); |
622 | } | 625 | } |
623 | } \ No newline at end of file | 626 | } \ No newline at end of file |