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

Changeset 2504

Show
Ignore:
Timestamp:
08/26/07 14:48:03 (1 year ago)
Author:
kris
Message:

reverted 2503

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/io/Conduit.d

    r2503 r2504  
    145145        /*********************************************************************** 
    146146 
    147                 commit the output. 
     147                commit the output 
    148148 
    149149        ***********************************************************************/ 
     
    156156                 
    157157                Remarks: 
    158                 Close commits any filters, and disconnects the conduit. 
     158                Close flushes & commits any filters, and disconnects the  
     159                conduit. 
    159160 
    160161        ***********************************************************************/ 
     
    162163        final void close () 
    163164        { 
     165                sink.flush; 
    164166                sink.commit; 
    165167                this.disconnect; 
  • trunk/tango/io/model/IConduit.d

    r2503 r2504  
    105105                 
    106106                Remarks: 
    107                 Close commits any filters, and disconnects the conduit. 
     107                Close flushes & commits any filters, and disconnects the  
     108                conduit. 
    108109 
    109110        ***********************************************************************/