diff options
author | fcolin | 2007-02-01 09:46:01 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:46:01 +0000 |
commit | 6cc024d6f6e4782bc3f1c0b9e0db442509579ea7 (patch) | |
tree | 70357cf7e033e6d86b79c8555b9fea7660bafe65 | |
parent | 2cdb1cdcfe6b2c7c4b3b0eb32e12b516678b901e (diff) | |
download | ivy-csharp-6cc024d6f6e4782bc3f1c0b9e0db442509579ea7.zip ivy-csharp-6cc024d6f6e4782bc3f1c0b9e0db442509579ea7.tar.gz ivy-csharp-6cc024d6f6e4782bc3f1c0b9e0db442509579ea7.tar.bz2 ivy-csharp-6cc024d6f6e4782bc3f1c0b9e0db442509579ea7.tar.xz |
Utilisateur : Fcolin Date : 27/06/03 Heure : 13:51 Archivé dans $/EScribe/Ivy Commentaire: (vss 3)
-rw-r--r-- | CSharp/Ivy/Ivy/IvyClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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);
}
|