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.

This commit is contained in:
MW
2008-12-02 11:40:22 +00:00
parent b62b9af6b0
commit 11169c0e71
6 changed files with 5 additions and 6 deletions

View File

@@ -557,7 +557,7 @@ namespace OpenSim
/// <summary>
/// Performs any last-minute sanity checking and shuts down the region server
/// </summary>
protected override void ShutdownSpecific()
public override void ShutdownSpecific()
{
if (proxyUrl.Length > 0)
{