* Encapsulated all CommunicationsManager services

This commit is contained in:
lbsa71
2007-09-24 05:15:13 +00:00
parent 13c1c33ed4
commit 40468f18a4
18 changed files with 225 additions and 178 deletions

View File

@@ -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
{