aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer/Main.cs
diff options
context:
space:
mode:
authorMW2008-12-02 11:40:22 +0000
committerMW2008-12-02 11:40:22 +0000
commit11169c0e71ac841db5dded6b14f6460d35eef56a (patch)
tree008b0610a428a8913be48ff8f6f79576f3c52b85 /OpenSim/Grid/MessagingServer/Main.cs
parentAdded two new "trusted" url handlers to the Inventory server, to allow the us... (diff)
downloadopensim-SC_OLD-11169c0e71ac841db5dded6b14f6460d35eef56a.zip
opensim-SC_OLD-11169c0e71ac841db5dded6b14f6460d35eef56a.tar.gz
opensim-SC_OLD-11169c0e71ac841db5dded6b14f6460d35eef56a.tar.bz2
opensim-SC_OLD-11169c0e71ac841db5dded6b14f6460d35eef56a.tar.xz
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.
Diffstat (limited to 'OpenSim/Grid/MessagingServer/Main.cs')
-rw-r--r--OpenSim/Grid/MessagingServer/Main.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/MessagingServer/Main.cs b/OpenSim/Grid/MessagingServer/Main.cs
index d683d5b..e83da7a 100644
--- a/OpenSim/Grid/MessagingServer/Main.cs
+++ b/OpenSim/Grid/MessagingServer/Main.cs
@@ -179,7 +179,7 @@ namespace OpenSim.Grid.MessagingServer
179 m_console.Notice("register - (Re-)registers with user-server. This might be necessary if the userserver crashed/restarted"); 179 m_console.Notice("register - (Re-)registers with user-server. This might be necessary if the userserver crashed/restarted");
180 } 180 }
181 181
182 protected override void ShutdownSpecific() 182 public override void ShutdownSpecific()
183 { 183 {
184 msgsvc.deregisterWithUserServer(); 184 msgsvc.deregisterWithUserServer();
185 } 185 }