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/dnd/Transfer.d

    r136 r212  
    1717 
    1818import dwt.dnd.TransferData; 
     19import dwt.dwthelper.utils; 
    1920 
    2021/** 
     
    7273 * using this transfer agent. 
    7374 */ 
    74 abstract protected char[][] getTypeNames(); 
     75abstract protected String[] getTypeNames(); 
    7576 
    7677/** 
     
    134135 * @return the unique identifier associated with this data type 
    135136 */ 
    136 public static int registerType(char[] formatName) { 
     137public static int registerType(String formatName) { 
    137138    // Look name up in the registry 
    138139    // If name is not in registry, add it and return assigned value.