diff dwt/dwthelper/FileOutputStream.d @ 316:a2166f25ce17

update TANGOSVN
author Frank Benoit <benoit@tionex.de>
date Tue, 16 Sep 2008 15:28:32 +0200
parents cc1d3de0e80b
children 8ebacc5c07dc
line wrap: on
line diff
--- a/dwt/dwthelper/FileOutputStream.d	Tue Sep 16 15:28:21 2008 +0200
+++ b/dwt/dwthelper/FileOutputStream.d	Tue Sep 16 15:28:32 2008 +0200
@@ -8,7 +8,11 @@
 
 import dwt.dwthelper.utils;
 
+version(TANGOSVN){
+import tango.io.device.FileConduit;
+} else {
 import tango.io.FileConduit;
+}
 
 public class FileOutputStream : dwt.dwthelper.OutputStream.OutputStream {