From 3f6b3f6b59c04dbbfe05ad43fcc9a7de24bc0ebc Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Tue, 18 Sep 2007 23:37:43 +0000 Subject: * Moved SendLogoutPacket back to IClientAPI. --- OpenSim/Framework/General/Interfaces/IClientAPI.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework/General/Interfaces') 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 event ViewerEffectEventHandler OnViewerEffect; event Action OnLogout; event Action OnConnectionClosed; + void SendLogoutPacket(); } } -- cgit v1.1