Preparing the loginauth service for gridmode logins.

0.6.5-rc1
diva 2009-03-24 02:28:17 +00:00
parent 5af63a6a5c
commit ec07baa8c0
1 changed files with 5 additions and 0 deletions

View File

@ -79,6 +79,11 @@ namespace OpenSim.Framework.Communications
m_inventoryService = interServiceInventoryService;
}
public void SetServersInfo(NetworkServersInfo sinfo)
{
m_serversInfo = sinfo;
}
public override XmlRpcResponse XmlRpcLoginMethod(XmlRpcRequest request)
{
m_log.Info("[HGLOGIN] HGLogin called " + request.MethodName);