From c81e482ee53617af0706e3e89c3933f9a1502daa Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:06:23 +0000 Subject: Utilisateur : Fcolin Date : 8/02/06 Heure : 17:19 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 17) --- CSharp/Ivy/IvyProbe/IvyProbe.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CSharp') diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.cs b/CSharp/Ivy/IvyProbe/IvyProbe.cs index 8440358..03000db 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.cs +++ b/CSharp/Ivy/IvyProbe/IvyProbe.cs @@ -34,11 +34,11 @@ namespace IvyProbe { append(client.ApplicationName + " disconnected from " + client.RemoteAddress); } - private bool die(IvyClient client, int id, string message) + private Ivy.ApplicationExit die(IvyClient client, int id, string message) { append("receive die from "+client.ApplicationName+" cause: "+message ); // return true terminate the application - return false; + return Ivy.ApplicationExit.FORCE_EXIT; } private void directMessage(IvyClient client, int id, string arg) { -- cgit v1.1