summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/IvyPPC/IvyClient.cs
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:58:31 +0000
committerfcolin2007-02-01 09:58:31 +0000
commit68c110d386cc704913eb871415c78c0fac37d1b5 (patch)
tree24b67313371590d5f17179939d69f9daf174c324 /CSharp/Ivy/IvyPPC/IvyClient.cs
parent3618e77c19f54ec7fc69a22a6585e41e416dc364 (diff)
downloadivy-csharp-68c110d386cc704913eb871415c78c0fac37d1b5.zip
ivy-csharp-68c110d386cc704913eb871415c78c0fac37d1b5.tar.gz
ivy-csharp-68c110d386cc704913eb871415c78c0fac37d1b5.tar.bz2
ivy-csharp-68c110d386cc704913eb871415c78c0fac37d1b5.tar.xz
Utilisateur : Fcolin Date : 6/02/06 Heure : 17:17 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 35)
Diffstat (limited to 'CSharp/Ivy/IvyPPC/IvyClient.cs')
-rw-r--r--CSharp/Ivy/IvyPPC/IvyClient.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyClient.cs b/CSharp/Ivy/IvyPPC/IvyClient.cs
index 9b3c2f6..6f52ccf 100644
--- a/CSharp/Ivy/IvyPPC/IvyClient.cs
+++ b/CSharp/Ivy/IvyPPC/IvyClient.cs
@@ -298,10 +298,9 @@ namespace IvyBus
{
if ( stream.receiveMsg() )
{
- // early stop during readLine() //TODO why PinThread Interrupt
+ // early stop during readLine()
if (doping && (pingerThread != null))
- //pingerThread.Interrupt();
- pingerThread.Abort();
+ pingerThread.Abort();
}
else
{