* Support loading empty folders in an iar

This commit is contained in:
Justin Clarke Casey
2009-03-13 20:46:53 +00:00
parent 6573e2ee2f
commit c04e7cdf2b
6 changed files with 115 additions and 94 deletions

View File

@@ -65,6 +65,7 @@ namespace OpenSim.Framework
if (m_pqueue.Count > 0)
return m_pqueue.Dequeue();
return m_queue.Dequeue();
}
}

View File

@@ -214,9 +214,7 @@ namespace OpenSim.Framework.Communications.Cache
req.IsTexture = isTexture;
m_assetRequests.Enqueue(req);
#if DEBUG
//m_log.InfoFormat("[ASSET SERVER]: Added {0} to request queue", assetID);
#endif
//m_log.DebugFormat("[ASSET SERVER]: Added {0} to request queue", assetID);
}
public virtual void UpdateAsset(AssetBase asset)