From 3b9cf652349327f7b255a850d5b966a9e3b9437e Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Fri, 11 Jul 2008 09:18:17 +0000 Subject: Update svn properties. --- OpenSim/Framework/ThrottleOutPacketType.cs | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'OpenSim/Framework/ThrottleOutPacketType.cs') diff --git a/OpenSim/Framework/ThrottleOutPacketType.cs b/OpenSim/Framework/ThrottleOutPacketType.cs index 465c0d0..e045783 100644 --- a/OpenSim/Framework/ThrottleOutPacketType.cs +++ b/OpenSim/Framework/ThrottleOutPacketType.cs @@ -1,15 +1,15 @@ -namespace OpenSim.Framework -{ - public enum ThrottleOutPacketType : int - { - Resend = 0, - Land = 1, - Wind = 2, - Cloud = 3, - Task = 4, - Texture = 5, - Asset = 6, - Unknown = 7, // Also doubles as 'do not throttle' - Back = 8 - } +namespace OpenSim.Framework +{ + public enum ThrottleOutPacketType : int + { + Resend = 0, + Land = 1, + Wind = 2, + Cloud = 3, + Task = 4, + Texture = 5, + Asset = 6, + Unknown = 7, // Also doubles as 'do not throttle' + Back = 8 + } } \ No newline at end of file -- cgit v1.1