aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1GridServices.cs5
1 files changed, 5 insertions, 0 deletions
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
472 } 472 }
473 } 473 }
474 474
475 public void TellRegionToCloseChildConnection(ulong regionHandle, LLUUID agentID)
476 {
477
478 }
479
475 public bool AcknowledgeAgentCrossed(ulong regionHandle, LLUUID agentId) 480 public bool AcknowledgeAgentCrossed(ulong regionHandle, LLUUID agentId)
476 { 481 {
477 return m_localBackend.AcknowledgeAgentCrossed(regionHandle, agentId); 482 return m_localBackend.AcknowledgeAgentCrossed(regionHandle, agentId);