mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
changes on agenthandlers: simplify HG only agentposthandler, etc
This commit is contained in:
@@ -25,26 +25,11 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.IO;
|
||||
using System.Reflection;
|
||||
using System.Net;
|
||||
using System.Text;
|
||||
|
||||
using OpenSim.Server.Base;
|
||||
using OpenSim.Server.Handlers.Base;
|
||||
using OpenSim.Services.Interfaces;
|
||||
using GridRegion = OpenSim.Services.Interfaces.GridRegion;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Framework.Servers.HttpServer;
|
||||
using OpenSim.Server.Handlers.Simulation;
|
||||
using Utils = OpenSim.Server.Handlers.Simulation.Utils;
|
||||
|
||||
using OpenMetaverse;
|
||||
using OpenMetaverse.StructuredData;
|
||||
using Nini.Config;
|
||||
using log4net;
|
||||
//using log4net;
|
||||
|
||||
|
||||
namespace OpenSim.Server.Handlers.Hypergrid
|
||||
|
||||
Reference in New Issue
Block a user