aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
diff options
context:
space:
mode:
authorMW2007-11-04 22:22:53 +0000
committerMW2007-11-04 22:22:53 +0000
commitd56ed8fe9c6428a4ac3288190be303b5813b0b91 (patch)
tree06027d80d7cddda34f05b0d93bf16cb4983217c0 /OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
parentAdded forgotten ApplicationPlugins directory and moved the load region code o... (diff)
downloadopensim-SC_OLD-d56ed8fe9c6428a4ac3288190be303b5813b0b91.zip
opensim-SC_OLD-d56ed8fe9c6428a4ac3288190be303b5813b0b91.tar.gz
opensim-SC_OLD-d56ed8fe9c6428a4ac3288190be303b5813b0b91.tar.bz2
opensim-SC_OLD-d56ed8fe9c6428a4ac3288190be303b5813b0b91.tar.xz
Some more refactoring
Diffstat (limited to '')
-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);