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

Changeset 3839

Show
Ignore:
Timestamp:
08/03/08 14:05:44 (4 months ago)
Author:
kris
Message:

tentative change of visibility to one of the select() decls ... let's see how it goes

Files:

Legend:

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

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