mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
*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:
@@ -31,13 +31,13 @@ using System.Collections.Generic;
|
||||
using System.Threading;
|
||||
using libsecondlife;
|
||||
using libsecondlife.Packets;
|
||||
using OpenSim;
|
||||
using OpenSim.Framework.Interfaces;
|
||||
using OpenSim.Framework.Types;
|
||||
using OpenSim.Framework.Utilities;
|
||||
using OpenSim.Framework.Console;
|
||||
using OpenSim.RegionServer.Client;
|
||||
|
||||
namespace OpenSim.Assets
|
||||
namespace OpenSim.RegionServer.Assets
|
||||
{
|
||||
/// <summary>
|
||||
/// Manages local cache of assets and their sending to viewers.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user