* Opened the registration of http handlers up for subclassing

0.6.1-post-fixes
lbsa71 2008-11-27 14:39:44 +00:00
parent 1eeffcd89e
commit 4a54e3412d
1 changed files with 1 additions and 1 deletions

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