* Added ExtensionLoader, a generic plugin system with internal, external assembly, and source file plugin loading as well as interface binding
* Switched Simian over to ExtensionLoader git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2258 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -3,6 +3,7 @@ using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Net;
|
||||
using System.Threading;
|
||||
using ExtensionLoader;
|
||||
using OpenMetaverse;
|
||||
using OpenMetaverse.Packets;
|
||||
|
||||
@@ -67,7 +68,7 @@ namespace Simian
|
||||
}
|
||||
}
|
||||
|
||||
public class UDPManager : ISimianExtension, IUDPProvider
|
||||
public class UDPManager : IExtension, IUDPProvider
|
||||
{
|
||||
Simian Server;
|
||||
UDPServer udpServer;
|
||||
|
||||
Reference in New Issue
Block a user