summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC/IvyClient.cs
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:57:27 +0000
committerfcolin2007-02-01 09:57:27 +0000
commit85095f3e5f7591c400638f7176fbaf39ebe82d88 (patch)
tree78fc6b1b4ca2e157fb9c93530f12ccafcd28ce0f /CSharp/Ivy/IvyPPC/IvyClient.cs
parentdb1b608ab03190def265d6d85c2f46789d222e70 (diff)
downloadivy-csharp-85095f3e5f7591c400638f7176fbaf39ebe82d88.zip
ivy-csharp-85095f3e5f7591c400638f7176fbaf39ebe82d88.tar.gz
ivy-csharp-85095f3e5f7591c400638f7176fbaf39ebe82d88.tar.bz2
ivy-csharp-85095f3e5f7591c400638f7176fbaf39ebe82d88.tar.xz
Utilisateur : Fcolin Date : 27/06/03 Heure : 13:51 Archivé dans $/EScribe/Ivy Commentaire: (vss 3)
Diffstat (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyClient.cs2
1 files changed, 1 insertions, 1 deletions
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);
}