From 84136c70d8a8e3278d1ff3949971e993f6c3f1fb Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Sat, 1 Nov 2008 22:20:54 +0000 Subject: * Minor cleanup * Added additional error message when a Object/SOG DB save fails so we can trace why. --- OpenSim/Framework/ThrottleOutPacketType.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Framework/ThrottleOutPacketType.cs') diff --git a/OpenSim/Framework/ThrottleOutPacketType.cs b/OpenSim/Framework/ThrottleOutPacketType.cs index b236362..cf38df7 100644 --- a/OpenSim/Framework/ThrottleOutPacketType.cs +++ b/OpenSim/Framework/ThrottleOutPacketType.cs @@ -1,5 +1,8 @@ +using System; + namespace OpenSim.Framework { + [Flags] public enum ThrottleOutPacketType : int { Resend = 0, -- cgit v1.1