* Fix build break by eliminating remaining IScenePermissions references - must remember to nant clean

* Hook all server startups into base opensim server startup method
This commit is contained in:
Justin Clarke Casey
2008-06-01 01:34:46 +00:00
parent 0392b4fdc3
commit 15d41c2fc2
12 changed files with 26 additions and 21 deletions

View File

@@ -48,7 +48,7 @@ namespace OpenSim
/// <summary>
/// Performs initialisation of the scene, such as loading configuration from disk.
/// </summary>
public override void StartUp()
public override void Startup()
{
//
// Called from app startup (OpenSim.Application)
@@ -58,7 +58,7 @@ namespace OpenSim
m_log.Info("====================================================================");
m_log.InfoFormat("[OPENSIM MAIN]: Running in background {0} mode", m_sandbox ? "sandbox" : "grid");
base.StartUp();
base.Startup();
// We are done with startup
m_log.InfoFormat("[OPENSIM MAIN]: Startup complete, serving {0} region{1}",