From ec07baa8c007a0e60441d792521abfa45f92c229 Mon Sep 17 00:00:00 2001 From: diva Date: Tue, 24 Mar 2009 02:28:17 +0000 Subject: Preparing the loginauth service for gridmode logins. --- OpenSim/Framework/Communications/HGLoginAuthService.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim') diff --git a/OpenSim/Framework/Communications/HGLoginAuthService.cs b/OpenSim/Framework/Communications/HGLoginAuthService.cs index d12b73b..21d34f8 100644 --- a/OpenSim/Framework/Communications/HGLoginAuthService.cs +++ b/OpenSim/Framework/Communications/HGLoginAuthService.cs @@ -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); -- cgit v1.1