Changeset 308:8d53428f9be0 for dwt/dwthelper/FileInputStream.d
- Timestamp:
- 09/14/08 13:58:20 (4 months ago)
- Files:
-
- dwt/dwthelper/FileInputStream.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/dwthelper/FileInputStream.d
r212 r308 8 8 import dwt.dwthelper.InputStream; 9 9 10 version(TANGOSVN){ 11 import tango.io.device.FileConduit; 12 } else { 10 13 import tango.io.FileConduit; 14 } 11 15 import tango.io.protocol.Reader; 12 16 import tango.core.Exception;
