diff options
author | Diva Canto | 2011-05-02 14:33:34 -0700 |
---|---|---|
committer | Diva Canto | 2011-05-02 14:33:34 -0700 |
commit | 883f21dd026cbed55f2e12af491e2f9902b80d4a (patch) | |
tree | 86b9a1c11775b8834076fe2628d122f9a40ed84e /OpenSim/Capabilities/Caps.cs | |
parent | Merge branch 'master' into caps (diff) | |
download | opensim-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.cs | 4 |
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) |