From ed97f290c9f55410fc1d6acdf9cbdc5a40b20823 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 19 Dec 2008 20:07:26 +0000 Subject: * minor: Just some method commentary before turning to another subject --- OpenSim/Region/Environment/Scenes/Scene.cs | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/Environment/Scenes') diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 70cd45e..dededd4 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs @@ -122,12 +122,20 @@ namespace OpenSim.Region.Environment.Scenes protected BaseHttpServer m_httpListener; - protected Dictionary m_modules = new Dictionary(); + /// + /// All the region modules attached to this scene. + /// public Dictionary Modules { get { return m_modules; } } + protected Dictionary m_modules = new Dictionary(); + + /// + /// The module interfaces available from this scene. + /// protected Dictionary > ModuleInterfaces = new Dictionary >(); + protected Dictionary ModuleAPIMethods = new Dictionary(); protected Dictionary m_moduleCommanders = new Dictionary(); @@ -3129,7 +3137,7 @@ namespace OpenSim.Region.Environment.Scenes #region Module Methods /// - /// + /// Add a module to this scene. /// /// /// -- cgit v1.1