From bf8b5844f24d294c459f54147bd511e7112288bf Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Tue, 18 Mar 2008 14:51:42 +0000 Subject: Formatting cleanup. Minor refactoring. --- OpenSim/Region/Communications/Local/LocalBackEndServices.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'OpenSim/Region/Communications/Local/LocalBackEndServices.cs') diff --git a/OpenSim/Region/Communications/Local/LocalBackEndServices.cs b/OpenSim/Region/Communications/Local/LocalBackEndServices.cs index 8cc1312..de891a2 100644 --- a/OpenSim/Region/Communications/Local/LocalBackEndServices.cs +++ b/OpenSim/Region/Communications/Local/LocalBackEndServices.cs @@ -212,6 +212,7 @@ namespace OpenSim.Region.Communications.Local } return mapBlocks; } + public bool TellRegionToCloseChildConnection(ulong regionHandle, LLUUID agentID) { if (m_regionListeners.ContainsKey(regionHandle)) @@ -245,7 +246,7 @@ namespace OpenSim.Region.Communications.Local return false; } - // This function Is only here to keep this class in line with the Grid Interface. + // This function is only here to keep this class in line with the Grid Interface. // It never gets called. public virtual Dictionary GetGridSettings() { @@ -291,14 +292,15 @@ namespace OpenSim.Region.Communications.Local } return false; } - /// + + /// + /// /// /// /// /// - /// public bool InformRegionOfChildAgent(ulong regionHandle, AgentCircuitData agentData) - //should change from agentCircuitData + // TODO: should change from agentCircuitData { //Console.WriteLine("CommsManager- Trying to Inform a region to expect child agent"); //m_log.Info("[INTER]: " + rdebugRegionName + ":Local BackEnd: Trying to inform region of child agent: " + agentData.firstname + " " + agentData.lastname); @@ -352,8 +354,6 @@ namespace OpenSim.Region.Communications.Local return false; } - - public bool AcknowledgeAgentCrossed(ulong regionHandle, LLUUID agentId) { if (m_regionListeners.ContainsKey(regionHandle)) -- cgit v1.1