try to better merge avn and os fetchinventory and fetchinvdescendents

This commit is contained in:
UbitUmarov
2015-09-12 06:10:52 +01:00
parent 61ad58310b
commit 118aff520e
4 changed files with 94 additions and 447 deletions

View File

@@ -93,7 +93,7 @@ namespace OpenSim.Region.ClientStack.Linden
private bool m_Enabled;
private string m_fetchInventoryDescendents2Url;
private string m_webFetchInventoryDescendentsUrl;
// private string m_webFetchInventoryDescendentsUrl;
private static FetchInvDescHandler m_webFetchHandler;
@@ -121,7 +121,7 @@ namespace OpenSim.Region.ClientStack.Linden
// m_webFetchInventoryDescendentsUrl = config.GetString("Cap_WebFetchInventoryDescendents", string.Empty);
// if (m_fetchInventoryDescendents2Url != string.Empty || m_webFetchInventoryDescendentsUrl != string.Empty)
if (m_fetchInventoryDescendents2Url != string.Empty || m_webFetchInventoryDescendentsUrl != string.Empty)
if (m_fetchInventoryDescendents2Url != string.Empty)
{
m_Enabled = true;
}