Changeset 362:5b585873fec2

Show
Ignore:
Timestamp:
04/04/09 15:14:54 (3 years ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

remove TANGOSVN for 0.99.8

Files:

Legend:

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

    r356 r362  
    1313    } 
    1414} 
    15 version(TANGOSVN){ 
    16     import tango.io.device.Conduit; 
    17 } else { 
    18     import tango.io.Conduit; 
    19 
     15import tango.io.device.Conduit; 
    2016 
    2117class InputStreamWrapper : tango.io.model.IConduit.InputStream { 
  • dwt/dwthelper/utils.d

    r356 r362  
    5959    public override hash_t toHash(){ 
    6060        return (typeid(T[])).getHash(&array); 
     61    } 
     62    static if( is( T == char[] )){ 
     63        public override char[] toString(){ 
     64            return array; 
     65        } 
    6166    } 
    6267} 
     
    483488} 
    484489 
    485 alias tango.text.convert.Utf.toString16 toString16; 
    486 alias tango.text.convert.Utf.toString toString; 
     490//alias tango.text.convert.Utf.toString16 toString16; 
     491//alias tango.text.convert.Utf.toString toString; 
    487492 
    488493int getRelativeCodePointOffset( String str, int startIndex, int searchRelCp ){