From 429ecb85080ba1c7f08cdee039393d3827374657 Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Thu, 13 Mar 2008 18:31:05 +0000
Subject: Just a few comments
---
OpenSim/Region/Environment/Scenes/Scene.cs | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
(limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 7ea528c..ba72841 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -94,7 +94,11 @@ namespace OpenSim.Region.Environment.Scenes
protected SceneCommunicationService m_sceneGridService;
protected SceneXmlLoader m_sceneXmlLoader;
+ ///
+ /// Each agent has its own capabilities handler.
+ ///
protected Dictionary m_capsHandlers = new Dictionary();
+
protected BaseHttpServer m_httpListener;
protected Dictionary Modules = new Dictionary();
@@ -614,7 +618,7 @@ namespace OpenSim.Region.Environment.Scenes
}
///
- /// Start the timer which triggers regular scene updates
+ ///
///
public void StartTimer()
{
--
cgit v1.1