From 4ec4e16c809cf86a63b736d2b7b6ad7291595a5f Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Wed, 4 Jun 2008 09:59:27 +0000 Subject: Formatting cleanup, minor refactoring, svn properties. --- OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'OpenSim/Region/Communications/OGS1/OGS1UserServices.cs') diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs index d486c40..a31570e 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs @@ -85,8 +85,8 @@ namespace OpenSim.Region.Communications.OGS1 (float) Convert.ToDecimal((string) data["home_look_z"])); return userData; - } - + } + /// /// Get a user agent from the user server /// @@ -126,7 +126,7 @@ namespace OpenSim.Region.Communications.OGS1 { userAgent.AgentOnline = false; } - + return userAgent; } catch (Exception e) @@ -259,7 +259,7 @@ namespace OpenSim.Region.Communications.OGS1 XmlRpcRequest req = new XmlRpcRequest("update_user_current_region", parameters); XmlRpcResponse resp; - + try { resp = req.Send(m_parent.NetworkServersInfo.UserURL, 3000); @@ -278,8 +278,8 @@ namespace OpenSim.Region.Communications.OGS1 return; } } - - if( resp == null ) + + if (resp == null) { m_log.Warn("[OSG1 USER SERVICES]: Got no response, Grid server may not be updated."); return; -- cgit v1.1