diff options
author | Adam Frisby | 2008-11-01 22:20:54 +0000 |
---|---|---|
committer | Adam Frisby | 2008-11-01 22:20:54 +0000 |
commit | 84136c70d8a8e3278d1ff3949971e993f6c3f1fb (patch) | |
tree | fceb7f3e7a0ea35a6b8316f9dee695970cd0ecf3 /OpenSim/Framework | |
parent | * Apply http://opensimulator.org/mantis/view.php?id=2521 (diff) | |
download | opensim-SC_OLD-84136c70d8a8e3278d1ff3949971e993f6c3f1fb.zip opensim-SC_OLD-84136c70d8a8e3278d1ff3949971e993f6c3f1fb.tar.gz opensim-SC_OLD-84136c70d8a8e3278d1ff3949971e993f6c3f1fb.tar.bz2 opensim-SC_OLD-84136c70d8a8e3278d1ff3949971e993f6c3f1fb.tar.xz |
* Minor cleanup
* Added additional error message when a Object/SOG DB save fails so we can trace why.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/ThrottleOutPacketType.cs | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
1 | using System; | ||
2 | |||
1 | namespace OpenSim.Framework | 3 | namespace OpenSim.Framework |
2 | { | 4 | { |
5 | [Flags] | ||
3 | public enum ThrottleOutPacketType : int | 6 | public enum ThrottleOutPacketType : int |
4 | { | 7 | { |
5 | Resend = 0, | 8 | Resend = 0, |