aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-24 21:27:14 +0000
committerJustin Clarke Casey2008-03-24 21:27:14 +0000
commit3a5521d2043b86b84aa90d4a71ef566a19b8307e (patch)
tree8d006f6af878e93bbd83a1bb2585df15bab424fc /OpenSim
parent* Clean up Scene.AddCapsHandler(). There was a race condition warning, but I... (diff)
downloadopensim-SC_OLD-3a5521d2043b86b84aa90d4a71ef566a19b8307e.zip
opensim-SC_OLD-3a5521d2043b86b84aa90d4a71ef566a19b8307e.tar.gz
opensim-SC_OLD-3a5521d2043b86b84aa90d4a71ef566a19b8307e.tar.bz2
opensim-SC_OLD-3a5521d2043b86b84aa90d4a71ef566a19b8307e.tar.xz
* Put in tiny doc snippet while I remember
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 2e6b67e..2abb504 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -1699,6 +1699,9 @@ namespace OpenSim.Region.Environment.Scenes
1699 /// <summary> 1699 /// <summary>
1700 /// Add a caps handler for the given agent. If the CAPS handler already exists for this agent, 1700 /// Add a caps handler for the given agent. If the CAPS handler already exists for this agent,
1701 /// then it is replaced by a new CAPS handler. 1701 /// then it is replaced by a new CAPS handler.
1702 ///
1703 /// FIXME: On login this is called twice, once for the login and once when the connection is made.
1704 /// This is somewhat innefficient and should be fixed.
1702 /// </summary> 1705 /// </summary>
1703 /// <param name="agentId"></param> 1706 /// <param name="agentId"></param>
1704 /// <param name="capsObjectPath"></param> 1707 /// <param name="capsObjectPath"></param>