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

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

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/Platform Errno.cs,1.4,1.5 Soc


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/Platform Errno.cs,1.4,1.5 SocketMethods.cs,1.8,NONE
Date: Wed, 20 Nov 2002 18:45:31 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/Platform
In directory subversions:/tmp/cvs-serv8784/runtime/Platform

Modified Files:
        Errno.cs 
Removed Files:
        SocketMethods.cs 
Log Message:


Move the "Platform.SocketMethods" class into "System.dll" and
make it "internal", to prevent it being exported publicly from
"mscorlib.dll" and hence a security problem.


Index: Errno.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/Platform/Errno.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Errno.cs    30 Oct 2002 18:32:05 -0000      1.4
--- Errno.cs    20 Nov 2002 23:45:29 -0000      1.5
***************
*** 28,32 ****
  // error codes to deal with.
  
! public enum Errno
  {
        Success                 =        0,     /* Operation succeeded */
--- 28,32 ----
  // error codes to deal with.
  
! internal enum Errno
  {
        Success                 =        0,     /* Operation succeeded */

--- SocketMethods.cs DELETED ---





reply via email to

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