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/Framework/Communications/Capabilities/Caps.cs | 6 ++----
OpenSim/Region/Environment/Scenes/Scene.cs | 6 +++++-
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/OpenSim/Framework/Communications/Capabilities/Caps.cs b/OpenSim/Framework/Communications/Capabilities/Caps.cs
index 5df6a06..893bd3e 100644
--- a/OpenSim/Framework/Communications/Capabilities/Caps.cs
+++ b/OpenSim/Framework/Communications/Capabilities/Caps.cs
@@ -266,8 +266,7 @@ namespace OpenSim.Region.Capabilities
#endregion
///
- /// Callback for a client request for an upload url for a script task
- /// inventory update
+ /// Called by the script task update handler. Provides a URL to which the client can upload a new asset.
///
///
///
@@ -320,8 +319,7 @@ namespace OpenSim.Region.Capabilities
}
///
- /// Callback for a client request for an upload url for a notecard (or script)
- /// agent inventory update
+ /// Called by the notecard update handler. Provides a URL to which the client can upload a new asset.
///
///
///
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