Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3862

Show
Ignore:
Timestamp:
08/07/08 04:15:23 (4 months ago)
Author:
kris
Message:

reverted the earlier visibility change to select()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/net/Socket.d

    r3839 r3862  
    12901290        ***********************************************************************/ 
    12911291 
    1292         package static int select (SocketSet checkRead, SocketSet checkWrite, SocketSet checkError, timeval* tv) 
     1292        static int select (SocketSet checkRead, SocketSet checkWrite, SocketSet checkError, timeval* tv) 
    12931293        in 
    12941294        {