Show
Ignore:
Timestamp:
09/14/08 13:58:20 (4 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Tango breaking change for new package tango.io.device

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/dwthelper/FileInputStream.d

    r212 r308  
    88import dwt.dwthelper.InputStream; 
    99 
     10version(TANGOSVN){ 
     11import tango.io.device.FileConduit; 
     12} else { 
    1013import tango.io.FileConduit; 
     14} 
    1115import tango.io.protocol.Reader; 
    1216import tango.core.Exception;