aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/FunSLUDP/LLPacketServer.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/LLPacketServer.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/LLPacketServer.cs')
-rw-r--r--OpenSim/Region/ClientStack/FunSLUDP/LLPacketServer.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/FunSLUDP/LLPacketServer.cs b/OpenSim/Region/ClientStack/FunSLUDP/LLPacketServer.cs
index 2a3f2e1..08b722c 100644
--- a/OpenSim/Region/ClientStack/FunSLUDP/LLPacketServer.cs
+++ b/OpenSim/Region/ClientStack/FunSLUDP/LLPacketServer.cs
@@ -31,9 +31,9 @@ using libsecondlife;
31using libsecondlife.Packets; 31using libsecondlife.Packets;
32using OpenSim.Framework; 32using OpenSim.Framework;
33using OpenSim.Framework.Communications.Cache; 33using OpenSim.Framework.Communications.Cache;
34using OpenSim.Region.ClientStack.LindenUDP; 34using OpenSim.Region.ClientStack.FunSLUDP;
35 35
36namespace OpenSim.Region.ClientStack.LindenUDP 36namespace OpenSim.Region.ClientStack.FunSLUDP
37{ 37{
38 public class LLPacketServer 38 public class LLPacketServer
39 { 39 {
@@ -147,4 +147,4 @@ namespace OpenSim.Region.ClientStack.LindenUDP
147 client.Close(false); 147 client.Close(false);
148 } 148 }
149 } 149 }
150} \ No newline at end of file 150}