aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/ClientView.PacketQueue.cs
diff options
context:
space:
mode:
authorSean Dague2007-11-27 20:50:45 +0000
committerSean Dague2007-11-27 20:50:45 +0000
commitf4e91bc7d994778a11aa266d4055bdd0743da435 (patch)
tree5dc465af6212e39e38052303480e4d296123510d /OpenSim/Region/ClientStack/ClientView.PacketQueue.cs
parentsome variable renames to help me read the throttle code (diff)
downloadopensim-SC_OLD-f4e91bc7d994778a11aa266d4055bdd0743da435.zip
opensim-SC_OLD-f4e91bc7d994778a11aa266d4055bdd0743da435.tar.gz
opensim-SC_OLD-f4e91bc7d994778a11aa266d4055bdd0743da435.tar.bz2
opensim-SC_OLD-f4e91bc7d994778a11aa266d4055bdd0743da435.tar.xz
moved out nested class to it's own file
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.PacketQueue.cs')
-rw-r--r--OpenSim/Region/ClientStack/ClientView.PacketQueue.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.PacketQueue.cs b/OpenSim/Region/ClientStack/ClientView.PacketQueue.cs
index 5916d00..02639bf 100644
--- a/OpenSim/Region/ClientStack/ClientView.PacketQueue.cs
+++ b/OpenSim/Region/ClientStack/ClientView.PacketQueue.cs
@@ -413,20 +413,5 @@ namespace OpenSim.Region.ClientStack
413 } 413 }
414 414
415 #endregion 415 #endregion
416
417 #region Nested Classes
418
419 public class QueItem
420 {
421 public QueItem()
422 {
423 }
424
425 public Packet Packet;
426 public bool Incoming;
427 public ThrottleOutPacketType throttleType;
428 }
429
430 #endregion
431 } 416 }
432} \ No newline at end of file 417} \ No newline at end of file