aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/FunSLUDP/LLClientStackNetworkHandler.cs
diff options
context:
space:
mode:
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}