From 3efd3b01b93d060c5dbf759ae2777c9d506850f2 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 10:02:28 +0000 Subject: Utilisateur : Fcolin Date : 12/01/06 Heure : 12:53 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 8) --- CSharp/Ivy/IvyPPC/IvyTCPStreamV4.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CSharp/Ivy/IvyPPC/IvyTCPStreamV4.cs') diff --git a/CSharp/Ivy/IvyPPC/IvyTCPStreamV4.cs b/CSharp/Ivy/IvyPPC/IvyTCPStreamV4.cs index 5974233..850a41f 100644 --- a/CSharp/Ivy/IvyPPC/IvyTCPStreamV4.cs +++ b/CSharp/Ivy/IvyPPC/IvyTCPStreamV4.cs @@ -262,11 +262,11 @@ namespace IvyBus } - catch (EndOfStreamException nfe) + catch (EndOfStreamException) { return false; } - catch (FormatException nfe) + catch (FormatException) { throw new IvyException("protocol error on msgType"); } -- cgit v1.1