comparison dwt/dnd/TransferData.d @ 111:cbefbb00a6c9

Ported dwt.dnd.Transfer
author Jacob Carlborg <doob@me.com>
date Wed, 31 Dec 2008 15:01:56 +0100
parents d8635bb48c7c
children
comparison
equal deleted inserted replaced
110:2fb76eb49f04 111:cbefbb00a6c9
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
7 * 7 *
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 *
11 * Port to the D programming language:
12 * Jacob Carlborg <doob@me.com>
10 *******************************************************************************/ 13 *******************************************************************************/
11 module dwt.dnd.TransferData; 14 module dwt.dnd.TransferData;
12 15
13 import dwt.dwthelper.utils; 16 import dwt.dwthelper.utils;
14 17