From 548bcc265fdc473f4c186e15a80db8816228df30 Mon Sep 17 00:00:00 2001 From: Mike Mazur Date: Wed, 6 Aug 2008 01:38:25 +0000 Subject: Rename namespace to FunSL. --- OpenSim/Region/ClientStack/FunSLUDP/LLClientStackNetworkHandler.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/ClientStack/FunSLUDP/LLClientStackNetworkHandler.cs') 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 @@ using System.Net.Sockets; -namespace OpenSim.Region.ClientStack.LindenUDP +namespace OpenSim.Region.ClientStack.FunSLUDP { public interface LLClientStackNetworkHandler { @@ -35,4 +35,4 @@ namespace OpenSim.Region.ClientStack.LindenUDP void RemoveClientCircuit(uint circuitcode); void RegisterPacketServer(LLPacketServer server); } -} \ No newline at end of file +} -- cgit v1.1