diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs index 0a9a05c..f8cbe0f 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs | |||
@@ -450,7 +450,9 @@ namespace OpenSim.Region.Communications.OGS1 | |||
450 | 450 | ||
451 | // Grid Request Processing | 451 | // Grid Request Processing |
452 | /// <summary> | 452 | /// <summary> |
453 | /// | 453 | /// Received from the user server when a user starts logging in. This call allows |
454 | /// the region to prepare for direct communication from the client. Sends back an empty | ||
455 | /// xmlrpc response on completion. | ||
454 | /// </summary> | 456 | /// </summary> |
455 | /// <param name="request"></param> | 457 | /// <param name="request"></param> |
456 | /// <returns></returns> | 458 | /// <returns></returns> |