Changeset 308:8d53428f9be0
- Timestamp:
- 09/14/08 13:58:20
(2 months ago)
- Author:
- Frank Benoit <benoit@tionex.de>
- branch:
- default
- Message:
Tango breaking change for new package tango.io.device
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| 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; |
|---|
| r242 |
r308 |
|
| 9 | 9 | import dwt.dwthelper.utils; |
|---|
| 10 | 10 | |
|---|
| | 11 | version(TANGOSVN){ |
|---|
| | 12 | import tango.io.device.FileConduit; |
|---|
| | 13 | } else { |
|---|
| 11 | 14 | import tango.io.FileConduit; |
|---|
| | 15 | } |
|---|
| 12 | 16 | |
|---|
| 13 | 17 | public class FileOutputStream : dwt.dwthelper.OutputStream.OutputStream { |
|---|
| r264 |
r308 |
|
| 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 | 21 | class InputStreamWrapper : tango.io.model.IConduit.InputStream { |
|---|