* Fixed OGS build

* Converted to new console interfaces
* Fixed other minor issues which somehow snuck in
This commit is contained in:
Adam Frisby
2007-06-05 13:18:44 +00:00
parent 702f27ace0
commit 75f9b25b41
21 changed files with 364 additions and 565 deletions

View File

@@ -83,8 +83,8 @@ namespace OpenGrid.Framework.Manager {
/// </summary>
public static void ShutdownServer()
{
Console.WriteLine("Shutting down the grid server - recieved a grid manager request");
Console.WriteLine("Terminating in three seconds...");
Console.WriteLine("Shutting down the grid server - recieved a grid manager request");
Console.WriteLine("Terminating in three seconds...");
Thread.Sleep(3000);
thecallback("shutdown");
}