mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 13:15:44 +08:00
* refactor: make shutdown a template method in the same manner as startup, for consistency's sake
This commit is contained in:
@@ -167,11 +167,9 @@ namespace OpenSim.Grid.GridServer
|
||||
*/
|
||||
}
|
||||
|
||||
public override void Shutdown()
|
||||
protected override void ShutdownSpecific()
|
||||
{
|
||||
foreach (IGridPlugin plugin in m_plugins) plugin.Dispose();
|
||||
|
||||
base.Shutdown();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user