From 31a4ba441a313dca7821cae97378ac77b90068cc Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 11:59:19 +0000 Subject: suppression niveaux --- CSharp/Ivy/IvyPPC/IvyTCPStream.cs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 CSharp/Ivy/IvyPPC/IvyTCPStream.cs (limited to 'CSharp/Ivy/IvyPPC/IvyTCPStream.cs') diff --git a/CSharp/Ivy/IvyPPC/IvyTCPStream.cs b/CSharp/Ivy/IvyPPC/IvyTCPStream.cs deleted file mode 100644 index b8fee34..0000000 --- a/CSharp/Ivy/IvyPPC/IvyTCPStream.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Specialized; -using System.Text; -using System.Net; -using System.Net.Sockets; -using System.IO; - -namespace IvyBus -{ - abstract class IvyTCPStream : NetworkStream - { - public IvyTCPStream(Socket socket) - : base(socket, true) - { - } - - abstract internal bool receiveMsg(); - - } -} -- cgit v1.1