Rename namespace to FunSL.

This commit is contained in:
Mike Mazur
2008-08-06 01:38:25 +00:00
parent 79c7e803e5
commit 548bcc265f
8 changed files with 14 additions and 14 deletions

View File

@@ -31,9 +31,9 @@ using libsecondlife;
using libsecondlife.Packets;
using OpenSim.Framework;
using OpenSim.Framework.Communications.Cache;
using OpenSim.Region.ClientStack.LindenUDP;
using OpenSim.Region.ClientStack.FunSLUDP;
namespace OpenSim.Region.ClientStack.LindenUDP
namespace OpenSim.Region.ClientStack.FunSLUDP
{
public class LLPacketServer
{
@@ -147,4 +147,4 @@ namespace OpenSim.Region.ClientStack.LindenUDP
client.Close(false);
}
}
}
}