diff options
author | lbsa71 | 2007-09-18 23:37:43 +0000 |
---|---|---|
committer | lbsa71 | 2007-09-18 23:37:43 +0000 |
commit | 3f6b3f6b59c04dbbfe05ad43fcc9a7de24bc0ebc (patch) | |
tree | 360018ac8ddb994a9f6247bf1da59141913a4337 /OpenSim/Framework/General | |
parent | * Now at least we're not creating physActors for child agents. (diff) | |
download | opensim-SC_OLD-3f6b3f6b59c04dbbfe05ad43fcc9a7de24bc0ebc.zip opensim-SC_OLD-3f6b3f6b59c04dbbfe05ad43fcc9a7de24bc0ebc.tar.gz opensim-SC_OLD-3f6b3f6b59c04dbbfe05ad43fcc9a7de24bc0ebc.tar.bz2 opensim-SC_OLD-3f6b3f6b59c04dbbfe05ad43fcc9a7de24bc0ebc.tar.xz |
* Moved SendLogoutPacket back to IClientAPI.
Diffstat (limited to 'OpenSim/Framework/General')
-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 | } |