Preparing the loginauth service for gridmode logins.
parent
5af63a6a5c
commit
ec07baa8c0
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue