Show
Ignore:
Timestamp:
05/04/08 18:12:38 (8 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

reverted the char[] to String and use the an alias.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/dwthelper/FileOutputStream.d

    r0 r212  
    1414    alias dwt.dwthelper.OutputStream.OutputStream.close close; 
    1515 
    16     public this ( char[] name ){ 
     16    public this ( String name ){ 
    1717        implMissing( __FILE__, __LINE__ ); 
    1818    } 
    1919 
    20     public this ( char[] name, bool append ){ 
     20    public this ( String name, bool append ){ 
    2121        implMissing( __FILE__, __LINE__ ); 
    2222    }