*Cleaned up namespaces, filenames, etc in OpenSim.RegionServer

NOTES:
*ClientView is now in the namespace OpenSim.RegionServer.Client
*Scripting is now in the namespace OpenSim.RegionServer.scripting
*Other various cleaning
This commit is contained in:
mingchen
2007-06-07 14:23:19 +00:00
parent f1250bd291
commit f88a4777f9
52 changed files with 337 additions and 5359 deletions

View File

@@ -31,12 +31,13 @@ using System.Collections.Generic;
using libsecondlife;
using OpenSim;
using libsecondlife.Packets;
//using OpenSim.GridServers;
using OpenSim.Framework.Inventory;
using OpenSim.Framework.Types;
using OpenSim.Framework.Interfaces;
using OpenSim.RegionServer.Client;
namespace OpenSim.Assets
namespace OpenSim.RegionServer.Assets
{
/// <summary>
/// Description of InventoryManager.