comparison dwt/dwthelper/InflaterInputStream.d @ 362:5b585873fec2

remove TANGOSVN for 0.99.8
author Frank Benoit <benoit@tionex.de>
date Sat, 04 Apr 2009 21:14:54 +0200
parents 8ebacc5c07dc
children 5f6d9bb33a53
comparison
equal deleted inserted replaced
359:fd2409fb852e 362:5b585873fec2
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 version(TANGOSVN){ 15 import tango.io.device.Conduit;
16 import tango.io.device.Conduit;
17 } else {
18 import tango.io.Conduit;
19 }
20 16
21 class InputStreamWrapper : tango.io.model.IConduit.InputStream { 17 class InputStreamWrapper : tango.io.model.IConduit.InputStream {
22 18
23 dwt.dwthelper.InputStream.InputStream istr; 19 dwt.dwthelper.InputStream.InputStream istr;
24 20