Show
Ignore:
Timestamp:
01/04/08 11:00:27 (4 years ago)
Author:
flithm
Message:

Fixes for Tango 0.99.4

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/scrapple/protocol/PlainTextProtocol.d

    r11 r39  
    9696    } 
    9797     
    98     /*************************************************************************** 
    99  
    100         Construct a buffer upon the given conduit, placing a buffer between 
    101  
    102     ***************************************************************************/ 
    103  
    104     this (IConduit conduit, bool _prefix = true) 
    105     { 
    106         this (new Buffer (conduit), _prefix); 
    107     } 
    108  
    10998    /*************************************************************************** 
    11099