aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/FunSLUDP/LLPacketQueue.cs
diff options
context:
space:
mode:
authorMike Mazur2008-08-06 01:38:25 +0000
committerMike Mazur2008-08-06 01:38:25 +0000
commit548bcc265fdc473f4c186e15a80db8816228df30 (patch)
tree3cbf26c0b72fb7669faebd0e6647c8194437200c /OpenSim/Region/ClientStack/FunSLUDP/LLPacketQueue.cs
parentRemove the manifests from the bin/ directory. (diff)
downloadopensim-SC_OLD-548bcc265fdc473f4c186e15a80db8816228df30.zip
opensim-SC_OLD-548bcc265fdc473f4c186e15a80db8816228df30.tar.gz
opensim-SC_OLD-548bcc265fdc473f4c186e15a80db8816228df30.tar.bz2
opensim-SC_OLD-548bcc265fdc473f4c186e15a80db8816228df30.tar.xz
Rename namespace to FunSL.
Diffstat (limited to 'OpenSim/Region/ClientStack/FunSLUDP/LLPacketQueue.cs')
-rw-r--r--OpenSim/Region/ClientStack/FunSLUDP/LLPacketQueue.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/FunSLUDP/LLPacketQueue.cs b/OpenSim/Region/ClientStack/FunSLUDP/LLPacketQueue.cs
index aed9465..c3d33e6 100644
--- a/OpenSim/Region/ClientStack/FunSLUDP/LLPacketQueue.cs
+++ b/OpenSim/Region/ClientStack/FunSLUDP/LLPacketQueue.cs
@@ -36,7 +36,7 @@ using OpenSim.Framework.Statistics;
36using OpenSim.Framework.Statistics.Interfaces; 36using OpenSim.Framework.Statistics.Interfaces;
37using Timer=System.Timers.Timer; 37using Timer=System.Timers.Timer;
38 38
39namespace OpenSim.Region.ClientStack.LindenUDP 39namespace OpenSim.Region.ClientStack.FunSLUDP
40{ 40{
41 public class LLPacketQueue : IPullStatsProvider 41 public class LLPacketQueue : IPullStatsProvider
42 { 42 {