Changeset 212:ab60f3309436 for dwt/dwthelper/FileOutputStream.d
- Timestamp:
- 05/04/08 18:12:38 (8 months ago)
- Files:
-
- dwt/dwthelper/FileOutputStream.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/dwthelper/FileOutputStream.d
r0 r212 14 14 alias dwt.dwthelper.OutputStream.OutputStream.close close; 15 15 16 public this ( char[]name ){16 public this ( String name ){ 17 17 implMissing( __FILE__, __LINE__ ); 18 18 } 19 19 20 public this ( char[]name, bool append ){20 public this ( String name, bool append ){ 21 21 implMissing( __FILE__, __LINE__ ); 22 22 }
