diff options
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 4 |
1 files changed, 2 insertions, 2 deletions
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> |