* Opened the registration of http handlers up for subclassing

This commit is contained in:
lbsa71
2008-11-27 14:39:44 +00:00
parent 1eeffcd89e
commit 4a54e3412d

View File

@@ -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);