From 883f21dd026cbed55f2e12af491e2f9902b80d4a Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Mon, 2 May 2011 14:33:34 -0700 Subject: WebFetchInventoryDescendents working. Tested with robust. --- OpenSim/Capabilities/Caps.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'OpenSim/Capabilities/Caps.cs') 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 { get { return m_capsHandlers; } } + public Dictionary ExternalCapsHandlers + { + get { return m_externalCapsHandlers; } + } public Caps(IHttpServer httpServer, string httpListen, uint httpPort, string capsPath, UUID agent, string regionName) -- cgit v1.1