minor: Add some explanative method doc to SceneHelpers.SetupSceneModules()

integration
Justin Clark-Casey (justincc) 2012-11-13 04:34:03 +00:00
parent f605a62427
commit 2fd36653b9
1 changed files with 4 additions and 0 deletions

View File

@ -350,6 +350,10 @@ namespace OpenSim.Tests.Common
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// If called directly, then all the modules must be shared modules. /// If called directly, then all the modules must be shared modules.
///
/// We are emulating here the normal calls made to setup region modules
/// (Initialise(), PostInitialise(), AddRegion, RegionLoaded()).
/// TODO: Need to reuse normal runtime module code.
/// </remarks> /// </remarks>
/// <param name="scenes"></param> /// <param name="scenes"></param>
/// <param name="config"></param> /// <param name="config"></param>