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

Changeset 3655

Show
Ignore:
Timestamp:
06/21/08 03:06:56 (4 months ago)
Author:
kris
Message:

can now reset a Socket with a socket_t instance

Files:

Legend:

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

    r3533 r3655  
    749749        ***********************************************************************/ 
    750750 
    751         void reopen (
    752         { 
    753                 initialize
     751        void reopen (socket_t sock = sock.init
     752        { 
     753                initialize (sock)
    754754        } 
    755755