*Some more restructuring/fixing -- should compile, but high chance I forgot to add/remove something

This commit is contained in:
mingchen
2007-06-27 16:39:11 +00:00
parent 646bbbc84b
commit e41eedc9ae
74 changed files with 231 additions and 1331 deletions

View File

@@ -34,9 +34,9 @@ using OpenSim.Framework;
using System.Net;
using System.Net.Sockets;
using OpenSim.Assets;
using OpenSim.Caches;
using OpenSim.Region.Caches;
namespace OpenSim
namespace OpenSim.Region.ClientStack
{
public class PacketServer
{