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

0.7.4-extended
Justin Clark-Casey (justincc) 2012-11-13 04:34:03 +00:00
parent c6c6ac0a3e
commit 221af2da70
1 changed files with 5 additions and 1 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>
@ -709,4 +713,4 @@ namespace OpenSim.Tests.Common
return sog; return sog;
} }
} }
} }