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/LLClientStackNetworkHandler.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/LLClientStackNetworkHandler.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/FunSLUDP/LLClientStackNetworkHandler.cs | 4 |
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 | ||
28 | using System.Net.Sockets; | 28 | using System.Net.Sockets; |
29 | 29 | ||
30 | namespace OpenSim.Region.ClientStack.LindenUDP | 30 | namespace 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 | } |