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/FileOutputStream.d

    r242 r308  
    99import dwt.dwthelper.utils; 
    1010 
     11version(TANGOSVN){ 
     12import tango.io.device.FileConduit; 
     13} else { 
    1114import tango.io.FileConduit; 
     15} 
    1216 
    1317public class FileOutputStream : dwt.dwthelper.OutputStream.OutputStream {