mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* Encapsulated all CommunicationsManager services
This commit is contained in:
@@ -35,7 +35,7 @@ using Axiom.Math;
|
||||
using libsecondlife;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Framework.Communications;
|
||||
using OpenSim.Framework.Communications.Caches;
|
||||
using OpenSim.Framework.Communications.Cache;
|
||||
using OpenSim.Framework.Console;
|
||||
using OpenSim.Framework.Interfaces;
|
||||
using OpenSim.Framework.Servers;
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using libsecondlife;
|
||||
using OpenSim.Framework.Communications.Caches;
|
||||
using OpenSim.Framework.Communications.Cache;
|
||||
using OpenSim.Framework.Console;
|
||||
using OpenSim.Framework.Interfaces;
|
||||
using OpenSim.Framework.Types;
|
||||
|
||||
@@ -80,7 +80,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
}
|
||||
}
|
||||
|
||||
public LLVector3 AbsolutePosition
|
||||
public override LLVector3 AbsolutePosition
|
||||
{
|
||||
get { return m_rootPart.GroupPosition; }
|
||||
set
|
||||
|
||||
@@ -138,7 +138,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
get { return m_controllingClient; }
|
||||
}
|
||||
|
||||
public LLVector3 AbsolutePosition
|
||||
public override LLVector3 AbsolutePosition
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -172,7 +172,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
}
|
||||
}
|
||||
|
||||
public LLVector3 Velocity
|
||||
public override LLVector3 Velocity
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user