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/ByteArrayOutputStream.d

    r0 r212  
    4545    } 
    4646 
    47     public override char[] toString(){ 
     47    public override String toString(){ 
    4848        implMissing( __FILE__, __LINE__ ); 
    4949        return null; 
    5050    } 
    5151 
    52     public char[] toString( char[] enc ){ 
     52    public String toString( String enc ){ 
    5353        implMissing( __FILE__, __LINE__ ); 
    5454        return null; 
    5555    } 
    5656 
    57     public char[] toString( int hibyte ){ 
     57    public String toString( int hibyte ){ 
    5858        implMissing( __FILE__, __LINE__ ); 
    5959        return null;