From 6cc024d6f6e4782bc3f1c0b9e0db442509579ea7 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:46:01 +0000 Subject: Utilisateur : Fcolin Date : 27/06/03 Heure : 13:51 Archivé dans $/EScribe/Ivy Commentaire: (vss 3) --- CSharp/Ivy/Ivy/IvyClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CSharp/Ivy') diff --git a/CSharp/Ivy/Ivy/IvyClient.cs b/CSharp/Ivy/Ivy/IvyClient.cs index d4b0489..c7da855 100644 --- a/CSharp/Ivy/Ivy/IvyClient.cs +++ b/CSharp/Ivy/Ivy/IvyClient.cs @@ -325,7 +325,7 @@ namespace IvyBus traceDebug("normally Disconnected from " + appName); traceDebug("Thread stopped"); // first, I'm not a first class IvyClient any more - bus.removeClient(this); + //bus.removeClient(this); // invokes the Disconnected applicationListeners bus.FireClientDisconnected(this); } -- cgit v1.1