Changeset 238:380bad9f6852 for dwt/dwthelper/FileOutputStream.d
- Timestamp:
- 05/04/08 18:42:55 (4 years ago)
- Files:
-
- dwt/dwthelper/FileOutputStream.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/dwthelper/FileOutputStream.d
r12 r238 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 }
