diff options
author | MW | 2007-11-04 22:22:53 +0000 |
---|---|---|
committer | MW | 2007-11-04 22:22:53 +0000 |
commit | d56ed8fe9c6428a4ac3288190be303b5813b0b91 (patch) | |
tree | 06027d80d7cddda34f05b0d93bf16cb4983217c0 /OpenSim/Framework | |
parent | Added forgotten ApplicationPlugins directory and moved the load region code o... (diff) | |
download | opensim-SC-d56ed8fe9c6428a4ac3288190be303b5813b0b91.zip opensim-SC-d56ed8fe9c6428a4ac3288190be303b5813b0b91.tar.gz opensim-SC-d56ed8fe9c6428a4ac3288190be303b5813b0b91.tar.bz2 opensim-SC-d56ed8fe9c6428a4ac3288190be303b5813b0b91.tar.xz |
Some more refactoring
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/IInterRegionCommunications.cs | 1 | ||||
-rw-r--r-- | OpenSim/Framework/IScene.cs | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/IInterRegionCommunications.cs b/OpenSim/Framework/Communications/IInterRegionCommunications.cs index d4fb54b..e5ed136 100644 --- a/OpenSim/Framework/Communications/IInterRegionCommunications.cs +++ b/OpenSim/Framework/Communications/IInterRegionCommunications.cs | |||
@@ -34,5 +34,6 @@ namespace OpenSim.Framework.Communications | |||
34 | bool InformRegionOfChildAgent(ulong regionHandle, AgentCircuitData agentData); | 34 | bool InformRegionOfChildAgent(ulong regionHandle, AgentCircuitData agentData); |
35 | bool ExpectAvatarCrossing(ulong regionHandle, LLUUID agentID, LLVector3 position, bool isFlying); | 35 | bool ExpectAvatarCrossing(ulong regionHandle, LLUUID agentID, LLVector3 position, bool isFlying); |
36 | bool AcknowledgeAgentCrossed(ulong regionHandle, LLUUID agentId); | 36 | bool AcknowledgeAgentCrossed(ulong regionHandle, LLUUID agentId); |
37 | void TellRegionToCloseChildConnection(ulong regionHandle, LLUUID agentID); | ||
37 | } | 38 | } |
38 | } \ No newline at end of file | 39 | } \ No newline at end of file |
diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index 3d6ca1c..2311aff 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs | |||
@@ -35,7 +35,6 @@ namespace OpenSim.Framework | |||
35 | void RemoveClient(LLUUID agentID); | 35 | void RemoveClient(LLUUID agentID); |
36 | 36 | ||
37 | RegionInfo RegionInfo { get; } | 37 | RegionInfo RegionInfo { get; } |
38 | object SyncRoot { get; } | ||
39 | uint NextLocalId { get; } | 38 | uint NextLocalId { get; } |
40 | 39 | ||
41 | ClientManager ClientManager { get; } | 40 | ClientManager ClientManager { get; } |