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

Changeset 3659

Show
Ignore:
Timestamp:
06/22/08 18:06:20 (3 months ago)
Author:
kris
Message:

removed isOnline by mistake

Files:

Legend:

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

    r3658 r3659  
    5959        {       
    6060                this.nagle = nagle; 
     61                this.online = true; 
    6162                this.factory = factory; 
    6263                this.address = address;