mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Committing the interface change and the addition to the modules to get
the ball rolling on replacable modules. No user functionality yet
This commit is contained in:
@@ -74,6 +74,11 @@ namespace OpenSim.Region.CoreModules.Scripting.LSLHttp
|
||||
|
||||
private IHttpServer m_HttpServer = null;
|
||||
|
||||
public Type ReplacableInterface
|
||||
{
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
public string Name
|
||||
{
|
||||
get { return "UrlModule"; }
|
||||
|
||||
Reference in New Issue
Block a user