aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-06-14 20:52:42 +0000
committerJustin Clarke Casey2008-06-14 20:52:42 +0000
commitc9a983a85e5abf111eeda5fcb169489785294f1d (patch)
treedbd0ca6b56d190e99dd328d19a264133262008c7 /OpenSim/Region
parent* Vintage 2, a good year. (diff)
downloadopensim-SC_OLD-c9a983a85e5abf111eeda5fcb169489785294f1d.zip
opensim-SC_OLD-c9a983a85e5abf111eeda5fcb169489785294f1d.tar.gz
opensim-SC_OLD-c9a983a85e5abf111eeda5fcb169489785294f1d.tar.bz2
opensim-SC_OLD-c9a983a85e5abf111eeda5fcb169489785294f1d.tar.xz
* minor: A few miscellaneous doc comments before I break and start on something else
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>