diff options
author | Mike Mazur | 2008-08-06 01:38:25 +0000 |
---|---|---|
committer | Mike Mazur | 2008-08-06 01:38:25 +0000 |
commit | 548bcc265fdc473f4c186e15a80db8816228df30 (patch) | |
tree | 3cbf26c0b72fb7669faebd0e6647c8194437200c /OpenSim/Region/ClientStack/FunSLUDP/LLUDPServer.cs | |
parent | Remove the manifests from the bin/ directory. (diff) | |
download | opensim-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.cs | 4 |
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; | |||
35 | using log4net; | 35 | using log4net; |
36 | using OpenSim.Framework; | 36 | using OpenSim.Framework; |
37 | using OpenSim.Framework.Communications.Cache; | 37 | using OpenSim.Framework.Communications.Cache; |
38 | using OpenSim.Region.ClientStack.LindenUDP; | 38 | using OpenSim.Region.ClientStack.FunSLUDP; |
39 | using OpenSim.Region.Environment.Scenes; | 39 | using OpenSim.Region.Environment.Scenes; |
40 | 40 | ||
41 | namespace OpenSim.Region.ClientStack.LindenUDP | 41 | namespace OpenSim.Region.ClientStack.FunSLUDP |
42 | { | 42 | { |
43 | public class LLUDPServer : LLClientStackNetworkHandler, IClientNetworkServer | 43 | public class LLUDPServer : LLClientStackNetworkHandler, IClientNetworkServer |
44 | { | 44 | { |