comparison dwtx/jface/text/source/projection/ProjectionSummary.d @ 167:862b05e0334a

Add a wrapper for Thread
author Frank Benoit <benoit@tionex.de>
date Tue, 09 Sep 2008 15:59:16 +0200
parents 1a5b8f8129df
children d994a8b2cdf7
comparison
equal deleted inserted replaced
163:e5dd0081ccba 167:862b05e0334a
23 import dwtx.jface.text.source.projection.IProjectionListener; // packageimport 23 import dwtx.jface.text.source.projection.IProjectionListener; // packageimport
24 import dwtx.jface.text.source.projection.ProjectionAnnotation; // packageimport 24 import dwtx.jface.text.source.projection.ProjectionAnnotation; // packageimport
25 25
26 26
27 import dwt.dwthelper.utils; 27 import dwt.dwthelper.utils;
28 import tango.core.Thread; 28 import dwtx.dwtxhelper.JThread;
29 29
30 import dwtx.dwtxhelper.Collection; 30 import dwtx.dwtxhelper.Collection;
31 31
32 32
33 33
53 */ 53 */
54 class ProjectionSummary { 54 class ProjectionSummary {
55 55
56 private class Summarizer { 56 private class Summarizer {
57 57
58 Thread thread; 58 JThread thread;
59 private bool fReset= true; 59 private bool fReset= true;
60 60
61 /** 61 /**
62 * Creates a new thread. 62 * Creates a new thread.
63 */ 63 */