diff options
author | diva | 2009-03-24 02:28:17 +0000 |
---|---|---|
committer | diva | 2009-03-24 02:28:17 +0000 |
commit | ec07baa8c007a0e60441d792521abfa45f92c229 (patch) | |
tree | 62c9fc715d423378d8562c73760f6df66da837aa /OpenSim | |
parent | Root agent retrieval via http/REST. This is a pull, the caller gets the agent... (diff) | |
download | opensim-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.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/Communications/HGLoginAuthService.cs | 5 |
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); |