From 94e5dccbb32ef17972a03858a78934bd04399c29 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:08:17 +0000 Subject: Utilisateur : Fcolin Date : 8/02/06 Heure : 17:19 Archivé dans $/CSharp/Ivy/IvyProbeConsole Commentaire: (vss 10) --- CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs') diff --git a/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs b/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs index eac345d..e574057 100644 --- a/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs +++ b/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.cs @@ -259,13 +259,13 @@ namespace IvyProbeConsole println(client.ApplicationName + " disconnected "); } - private bool die(IvyClient client, int id, string message) + private Ivy.ApplicationExit die(IvyClient client, int id, string message) { println("received die msg from " + client.ApplicationName + " good bye cause: "+message); /* I cannot stop the readLine(), because it is native code */ if (exitOnDie) System.Environment.Exit(0); - return true; + return Ivy.ApplicationExit.FORCE_EXIT; } private void directMessage(IvyClient client, int id, string arg) -- cgit v1.1