comparison dwt/dwthelper/FileInputStream.d @ 336:f866e80af235

Remove tango deprecation warnings.
author Frank Benoit <benoit@tionex.de>
date Wed, 18 Feb 2009 19:26:35 +0100
parents 1ee938a6e02e
children 210994f12c4c
comparison
equal deleted inserted replaced
335:47b37f126740 336:f866e80af235
10 version(TANGOSVN){ 10 version(TANGOSVN){
11 import TangoFile = tango.io.device.File; 11 import TangoFile = tango.io.device.File;
12 } else { 12 } else {
13 import TangoFile = tango.io.FileConduit; 13 import TangoFile = tango.io.FileConduit;
14 } 14 }
15 import tango.io.protocol.Reader;
16 import tango.core.Exception; 15 import tango.core.Exception;
17 import tango.text.convert.Format; 16 import tango.text.convert.Format;
18 17
19 public class FileInputStream : dwt.dwthelper.InputStream.InputStream { 18 public class FileInputStream : dwt.dwthelper.InputStream.InputStream {
20 19