From 85095f3e5f7591c400638f7176fbaf39ebe82d88 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:57:27 +0000 Subject: Utilisateur : Fcolin Date : 27/06/03 Heure : 13:51 Archivé dans $/EScribe/Ivy Commentaire: (vss 3) --- CSharp/Ivy/IvyPPC/IvyClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs') diff --git a/CSharp/Ivy/IvyPPC/IvyClient.cs b/CSharp/Ivy/IvyPPC/IvyClient.cs index d4b0489..c7da855 100644 --- a/CSharp/Ivy/IvyPPC/IvyClient.cs +++ b/CSharp/Ivy/IvyPPC/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