From 11169c0e71ac841db5dded6b14f6460d35eef56a Mon Sep 17 00:00:00 2001 From: MW Date: Tue, 2 Dec 2008 11:40:22 +0000 Subject: Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown() includes a Environment.Exit(0); which is not always wanted when shutting down, like from a windows service. --- OpenSim/Region/Application/OpenSimBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region') diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 75bdcf3..3dba20f 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs @@ -557,7 +557,7 @@ namespace OpenSim /// /// Performs any last-minute sanity checking and shuts down the region server /// - protected override void ShutdownSpecific() + public override void ShutdownSpecific() { if (proxyUrl.Length > 0) { -- cgit v1.1