diff options
Diffstat (limited to 'OpenSim/Framework/General/Interfaces/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/General/Interfaces/IClientAPI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/General/Interfaces/IClientAPI.cs b/OpenSim/Framework/General/Interfaces/IClientAPI.cs index 5fd5adf..344a55c 100644 --- a/OpenSim/Framework/General/Interfaces/IClientAPI.cs +++ b/OpenSim/Framework/General/Interfaces/IClientAPI.cs | |||
@@ -254,5 +254,6 @@ namespace OpenSim.Framework.Interfaces | |||
254 | event ViewerEffectEventHandler OnViewerEffect; | 254 | event ViewerEffectEventHandler OnViewerEffect; |
255 | event Action<IClientAPI> OnLogout; | 255 | event Action<IClientAPI> OnLogout; |
256 | event Action<IClientAPI> OnConnectionClosed; | 256 | event Action<IClientAPI> OnConnectionClosed; |
257 | void SendLogoutPacket(); | ||
257 | } | 258 | } |
258 | } | 259 | } |