aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordiva2009-03-24 02:28:17 +0000
committerdiva2009-03-24 02:28:17 +0000
commitec07baa8c007a0e60441d792521abfa45f92c229 (patch)
tree62c9fc715d423378d8562c73760f6df66da837aa
parentRoot agent retrieval via http/REST. This is a pull, the caller gets the agent... (diff)
downloadopensim-SC_OLD-ec07baa8c007a0e60441d792521abfa45f92c229.zip
opensim-SC_OLD-ec07baa8c007a0e60441d792521abfa45f92c229.tar.gz
opensim-SC_OLD-ec07baa8c007a0e60441d792521abfa45f92c229.tar.bz2
opensim-SC_OLD-ec07baa8c007a0e60441d792521abfa45f92c229.tar.xz
Preparing the loginauth service for gridmode logins.
-rw-r--r--OpenSim/Framework/Communications/HGLoginAuthService.cs5
1 files changed, 5 insertions, 0 deletions
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
79 m_inventoryService = interServiceInventoryService; 79 m_inventoryService = interServiceInventoryService;
80 } 80 }
81 81
82 public void SetServersInfo(NetworkServersInfo sinfo)
83 {
84 m_serversInfo = sinfo;
85 }
86
82 public override XmlRpcResponse XmlRpcLoginMethod(XmlRpcRequest request) 87 public override XmlRpcResponse XmlRpcLoginMethod(XmlRpcRequest request)
83 { 88 {
84 m_log.Info("[HGLOGIN] HGLogin called " + request.MethodName); 89 m_log.Info("[HGLOGIN] HGLogin called " + request.MethodName);