From d56ed8fe9c6428a4ac3288190be303b5813b0b91 Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 4 Nov 2007 22:22:53 +0000 Subject: Some more refactoring --- OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs') diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index d9af95b..7ae95f1 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs @@ -472,6 +472,11 @@ namespace OpenSim.Region.Communications.OGS1 } } + public void TellRegionToCloseChildConnection(ulong regionHandle, LLUUID agentID) + { + + } + public bool AcknowledgeAgentCrossed(ulong regionHandle, LLUUID agentId) { return m_localBackend.AcknowledgeAgentCrossed(regionHandle, agentId); -- cgit v1.1