comparison org.eclipse.equinox.common/src/org/eclipse/core/runtime/IProgressMonitor.d @ 87:8594250b1d1c

make it all again compile
author Frank Benoit <benoit@tionex.de>
date Sat, 18 Apr 2009 14:20:15 +0200
parents bc29606a740c
children bbe49769ec18
comparison
equal deleted inserted replaced
86:12b890a6392a 87:8594250b1d1c
11 * Frank Benoit <benoit@tionex.de> 11 * Frank Benoit <benoit@tionex.de>
12 *******************************************************************************/ 12 *******************************************************************************/
13 module org.eclipse.core.runtime.IProgressMonitor; 13 module org.eclipse.core.runtime.IProgressMonitor;
14 14
15 import java.lang.all; 15 import java.lang.all;
16 import java.lang.String;
16 17
17 /** 18 /**
18 * The <code>IProgressMonitor</code> interface is implemented 19 * The <code>IProgressMonitor</code> interface is implemented
19 * by objects that monitor the progress of an activity; the methods 20 * by objects that monitor the progress of an activity; the methods
20 * in this interface are invoked by code that performs the activity. 21 * in this interface are invoked by code that performs the activity.