dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/System/Net/Sockets SocketException.c


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System/Net/Sockets SocketException.cs,1.5,1.6
Date: Sat, 15 Feb 2003 13:23:51 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/System/Net/Sockets
In directory subversions:/tmp/cvs-serv1708/System/Net/Sockets

Modified Files:
        SocketException.cs 
Log Message:
conditional inheritance for SocketException


Index: SocketException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/Net/Sockets/SocketException.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** SocketException.cs  21 Apr 2002 03:24:53 -0000      1.5
--- SocketException.cs  15 Feb 2003 18:23:48 -0000      1.6
***************
*** 24,30 ****
  using System;
  using Platform;
  
! 
! public class SocketException : SystemException
  {
        // Internal state.
--- 24,37 ----
  using System;
  using Platform;
+ #if !ECMA_COMPAT
+       using System.ComponentModel;
+ #endif
  
! public class SocketException :
! #if !ECMA_COMPAT
!       Win32Exception
! #else
!       SystemException
! #endif
  {
        // Internal state.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]