aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/FunSLUDP/LLUDPServer.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/LLUDPServer.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/LLUDPServer.cs')
-rw-r--r--OpenSim/Region/ClientStack/FunSLUDP/LLUDPServer.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/FunSLUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/FunSLUDP/LLUDPServer.cs
index 41a3197..2b76c97 100644
--- a/OpenSim/Region/ClientStack/FunSLUDP/LLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/FunSLUDP/LLUDPServer.cs
@@ -35,10 +35,10 @@ using libsecondlife.Packets;
35using log4net; 35using log4net;
36using OpenSim.Framework; 36using OpenSim.Framework;
37using OpenSim.Framework.Communications.Cache; 37using OpenSim.Framework.Communications.Cache;
38using OpenSim.Region.ClientStack.LindenUDP; 38using OpenSim.Region.ClientStack.FunSLUDP;
39using OpenSim.Region.Environment.Scenes; 39using OpenSim.Region.Environment.Scenes;
40 40
41namespace OpenSim.Region.ClientStack.LindenUDP 41namespace OpenSim.Region.ClientStack.FunSLUDP
42{ 42{
43 public class LLUDPServer : LLClientStackNetworkHandler, IClientNetworkServer 43 public class LLUDPServer : LLClientStackNetworkHandler, IClientNetworkServer
44 { 44 {