mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Some more refactoring
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,6 @@ namespace OpenSim.Framework
|
||||
void RemoveClient(LLUUID agentID);
|
||||
|
||||
RegionInfo RegionInfo { get; }
|
||||
object SyncRoot { get; }
|
||||
uint NextLocalId { get; }
|
||||
|
||||
ClientManager ClientManager { get; }
|
||||
|
||||
Reference in New Issue
Block a user