aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/FunSLUDP/LLClientStackNetworkHandler.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/LLClientStackNetworkHandler.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/LLClientStackNetworkHandler.cs')
-rw-r--r--OpenSim/Region/ClientStack/FunSLUDP/LLClientStackNetworkHandler.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/FunSLUDP/LLClientStackNetworkHandler.cs b/OpenSim/Region/ClientStack/FunSLUDP/LLClientStackNetworkHandler.cs
index 857ce13..cfa2ce9 100644
--- a/OpenSim/Region/ClientStack/FunSLUDP/LLClientStackNetworkHandler.cs
+++ b/OpenSim/Region/ClientStack/FunSLUDP/LLClientStackNetworkHandler.cs
@@ -27,7 +27,7 @@
27 27
28using System.Net.Sockets; 28using System.Net.Sockets;
29 29
30namespace OpenSim.Region.ClientStack.LindenUDP 30namespace OpenSim.Region.ClientStack.FunSLUDP
31{ 31{
32 public interface LLClientStackNetworkHandler 32 public interface LLClientStackNetworkHandler
33 { 33 {
@@ -35,4 +35,4 @@ namespace OpenSim.Region.ClientStack.LindenUDP
35 void RemoveClientCircuit(uint circuitcode); 35 void RemoveClientCircuit(uint circuitcode);
36 void RegisterPacketServer(LLPacketServer server); 36 void RegisterPacketServer(LLPacketServer server);
37 } 37 }
38} \ No newline at end of file 38}