comparison dwt/dwthelper/InflaterInputStream.d @ 316:a2166f25ce17

update TANGOSVN
author Frank Benoit <benoit@tionex.de>
date Tue, 16 Sep 2008 15:28:32 +0200
parents 9995e4a9d2ee
children 8ebacc5c07dc
comparison
equal deleted inserted replaced
315:21959e16bc1e 316:a2166f25ce17
10 version(Windows){ 10 version(Windows){
11 version(build){ 11 version(build){
12 pragma(link,"zlib"); 12 pragma(link,"zlib");
13 } 13 }
14 } 14 }
15 import tango.io.Conduit; 15 version(TANGOSVN){
16 import tango.io.device.Conduit;
17 } else {
18 import tango.io.Conduit;
19 }
16 20
17 class InputStreamWrapper : tango.io.model.IConduit.InputStream { 21 class InputStreamWrapper : tango.io.model.IConduit.InputStream {
18 22
19 dwt.dwthelper.InputStream.InputStream istr; 23 dwt.dwthelper.InputStream.InputStream istr;
20 24