From 170cb935cdfcbd0f3a085f93f5b4aaa66083d888 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 3 Oct 2008 16:06:00 +0000 Subject: * refactor: make shutdown a template method in the same manner as startup, for consistency's sake --- OpenSim/Region/Application/OpenSimBase.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'OpenSim/Region/Application') diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index b802308..54dd51d 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs @@ -734,7 +734,7 @@ namespace OpenSim /// /// Performs any last-minute sanity checking and shuts down the region server /// - public override void Shutdown() + protected override void ShutdownSpecific() { if (proxyUrl.Length > 0) { @@ -755,8 +755,6 @@ namespace OpenSim { m_log.ErrorFormat("[SHUTDOWN]: Ignoring failure during shutdown - {0}", e); } - - base.Shutdown(); } /// -- cgit v1.1