Changeset 212:ab60f3309436 for dwt/dnd/Transfer.d
- Timestamp:
- 05/04/08 18:12:38 (8 months ago)
- Files:
-
- dwt/dnd/Transfer.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/dnd/Transfer.d
r136 r212 17 17 18 18 import dwt.dnd.TransferData; 19 import dwt.dwthelper.utils; 19 20 20 21 /** … … 72 73 * using this transfer agent. 73 74 */ 74 abstract protected char[][] getTypeNames();75 abstract protected String[] getTypeNames(); 75 76 76 77 /** … … 134 135 * @return the unique identifier associated with this data type 135 136 */ 136 public static int registerType( char[]formatName) {137 public static int registerType(String formatName) { 137 138 // Look name up in the registry 138 139 // If name is not in registry, add it and return assigned value.
