From 1ba51dd2fdd658947cc94af2d788f0cc4da03a3f Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Sat, 10 May 2008 13:11:09 +0000 Subject: * More OutPacket refactors. * Added back a sleep to the kick routine so users get a 'you have been logged off message' when they get kicked from the simulator for various reasons (like 'the simulator is going down') --- OpenSim/Framework/IClientAPI.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 3ae90f3..09c6329 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -939,6 +939,9 @@ namespace OpenSim.Framework void SendImagePart(ushort numParts, LLUUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec); + void SendShutdownConnectionNotice(); + void SendSimStats(Packet pack); + byte[] GetThrottlesPacked(float multiplier); -- cgit v1.1