aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Caps.cs
diff options
context:
space:
mode:
authorDiva Canto2011-05-02 14:33:34 -0700
committerDiva Canto2011-05-02 14:33:34 -0700
commit883f21dd026cbed55f2e12af491e2f9902b80d4a (patch)
tree86b9a1c11775b8834076fe2628d122f9a40ed84e /OpenSim/Capabilities/Caps.cs
parentMerge branch 'master' into caps (diff)
downloadopensim-SC_OLD-883f21dd026cbed55f2e12af491e2f9902b80d4a.zip
opensim-SC_OLD-883f21dd026cbed55f2e12af491e2f9902b80d4a.tar.gz
opensim-SC_OLD-883f21dd026cbed55f2e12af491e2f9902b80d4a.tar.bz2
opensim-SC_OLD-883f21dd026cbed55f2e12af491e2f9902b80d4a.tar.xz
WebFetchInventoryDescendents working. Tested with robust.
Diffstat (limited to 'OpenSim/Capabilities/Caps.cs')
-rw-r--r--OpenSim/Capabilities/Caps.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Capabilities/Caps.cs b/OpenSim/Capabilities/Caps.cs
index 95bb465..e188896 100644
--- a/OpenSim/Capabilities/Caps.cs
+++ b/OpenSim/Capabilities/Caps.cs
@@ -106,6 +106,10 @@ namespace OpenSim.Framework.Capabilities
106 { 106 {
107 get { return m_capsHandlers; } 107 get { return m_capsHandlers; }
108 } 108 }
109 public Dictionary<string, string> ExternalCapsHandlers
110 {
111 get { return m_externalCapsHandlers; }
112 }
109 113
110 public Caps(IHttpServer httpServer, string httpListen, uint httpPort, string capsPath, 114 public Caps(IHttpServer httpServer, string httpListen, uint httpPort, string capsPath,
111 UUID agent, string regionName) 115 UUID agent, string regionName)