comparison dwtx/core/runtime/IProgressMonitor.d @ 56:ef6c06252a87

fix anon classes
author Frank Benoit <benoit@tionex.de>
date Sun, 13 Apr 2008 16:37:43 +0200
parents 6518c18a01f7
children
comparison
equal deleted inserted replaced
55:6d1acb32839d 56:ef6c06252a87
50 */ 50 */
51 public interface IProgressMonitor { 51 public interface IProgressMonitor {
52 52
53 /** Constant indicating an unknown amount of work. 53 /** Constant indicating an unknown amount of work.
54 */ 54 */
55 public final const int UNKNOWN = -1; 55 public static const int UNKNOWN = -1;
56 56
57 /** 57 /**
58 * Notifies that the main task is beginning. This must only be called once 58 * Notifies that the main task is beginning. This must only be called once
59 * on a given progress monitor instance. 59 * on a given progress monitor instance.
60 * 60 *