* Sanity checks in DoubleDictionary.Add()
* Added DoubleDictionary indexing operators * ExtensionLoader now prints out compile errors for .cs files * ExtensionLoader silently skips assemblies that fail to load instead of throwing an exception git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2351 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -85,7 +85,6 @@ namespace Simian.Extensions
|
||||
{
|
||||
Simian server;
|
||||
Dictionary<UUID, ImageDownload> CurrentDownloads = new Dictionary<UUID, ImageDownload>();
|
||||
BlockingQueue<ImageDownload> CurrentDownloadQueue = new BlockingQueue<ImageDownload>();
|
||||
|
||||
public ImageDelivery()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user