* Moved SendLogoutPacket back to IClientAPI.

This commit is contained in:
lbsa71
2007-09-18 23:37:43 +00:00
parent f71b315592
commit 3f6b3f6b59
4 changed files with 21 additions and 10 deletions

View File

@@ -254,5 +254,6 @@ namespace OpenSim.Framework.Interfaces
event ViewerEffectEventHandler OnViewerEffect;
event Action<IClientAPI> OnLogout;
event Action<IClientAPI> OnConnectionClosed;
void SendLogoutPacket();
}
}