Some more refactoring

This commit is contained in:
MW
2007-11-04 22:22:53 +00:00
parent 1467720f60
commit d56ed8fe9c
9 changed files with 268 additions and 196 deletions

View File

@@ -34,5 +34,6 @@ namespace OpenSim.Framework.Communications
bool InformRegionOfChildAgent(ulong regionHandle, AgentCircuitData agentData);
bool ExpectAvatarCrossing(ulong regionHandle, LLUUID agentID, LLVector3 position, bool isFlying);
bool AcknowledgeAgentCrossed(ulong regionHandle, LLUUID agentId);
void TellRegionToCloseChildConnection(ulong regionHandle, LLUUID agentID);
}
}

View File

@@ -35,7 +35,6 @@ namespace OpenSim.Framework
void RemoveClient(LLUUID agentID);
RegionInfo RegionInfo { get; }
object SyncRoot { get; }
uint NextLocalId { get; }
ClientManager ClientManager { get; }