aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1GridServices.cs4
2 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 0b2aa52..ea2831c 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -1139,7 +1139,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
1139 } 1139 }
1140 1140
1141 /// <summary> 1141 /// <summary>
1142 /// 1142 /// Tell the client that the given neighbour region is ready to receive a child agent.
1143 /// </summary> 1143 /// </summary>
1144 /// <param name="neighbourHandle"></param> 1144 /// <param name="neighbourHandle"></param>
1145 /// <param name="neighbourIP"></param> 1145 /// <param name="neighbourIP"></param>
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
index cbb99dc..bbb3163 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
@@ -642,7 +642,7 @@ namespace OpenSim.Region.Communications.OGS1
642 #region m_interRegion Comms 642 #region m_interRegion Comms
643 643
644 /// <summary> 644 /// <summary>
645 /// 645 /// Start listening for .net remoting calls from other regions.
646 /// </summary> 646 /// </summary>
647 private void StartRemoting() 647 private void StartRemoting()
648 { 648 {
@@ -789,7 +789,7 @@ namespace OpenSim.Region.Communications.OGS1
789 } 789 }
790 790
791 /// <summary> 791 /// <summary>
792 /// 792 /// Inform a region that a child agent will be on the way from a client.
793 /// </summary> 793 /// </summary>
794 /// <param name="regionHandle"></param> 794 /// <param name="regionHandle"></param>
795 /// <param name="agentData"></param> 795 /// <param name="agentData"></param>