mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Opened the registration of http handlers up for subclassing
This commit is contained in:
@@ -134,7 +134,7 @@ namespace OpenSim.Grid.UserServer
|
||||
m_userManager, m_interServiceInventoryService, new LibraryRootFolder(), Cfg, Cfg.DefaultStartupMsg);
|
||||
}
|
||||
|
||||
protected void AddHttpHandlers()
|
||||
protected virtual void AddHttpHandlers()
|
||||
{
|
||||
m_httpServer.AddXmlRPCHandler("login_to_simulator", m_loginService.XmlRpcLoginMethod);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user