blob: ae75ee6293585542297190551f8684264cfda5b4 [file] [log] [blame]
package org.eclipse.swt.dnd;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved
*/
public class TransferData {
public int type;
// attributes specific to set/get
int pData;
int length;
int result;
}