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/Application/OpenSimBackground.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'OpenSim/Region/Application') diff --git a/OpenSim/Region/Application/OpenSimBackground.cs b/OpenSim/Region/Application/OpenSimBackground.cs index 51a5b67..bfecf3b 100644 --- a/OpenSim/Region/Application/OpenSimBackground.cs +++ b/OpenSim/Region/Application/OpenSimBackground.cs @@ -31,20 +31,20 @@ using log4net; using Nini.Config; namespace OpenSim -{ +{ /// /// Consoleless OpenSim region server - /// + /// public class OpenSimBackground : OpenSimBase - { + { private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); private ManualResetEvent WorldHasComeToAnEnd = new ManualResetEvent(false); - + public OpenSimBackground(IConfigSource configSource) : base(configSource) { } - + /// /// Performs initialisation of the scene, such as loading configuration from disk. /// @@ -65,8 +65,8 @@ namespace OpenSim m_clientServers.Count.ToString(), m_clientServers.Count > 1 ? "s" : ""); WorldHasComeToAnEnd.WaitOne(); - } - + } + /// /// Performs any last-minute sanity checking and shuts down the region server /// @@ -75,6 +75,6 @@ namespace OpenSim WorldHasComeToAnEnd.Set(); base.Shutdown(); - } + } } } -- cgit v1.1