diff dwtx/jface/text/contentassist/ContentAssistant.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 cef27f663573
line wrap: on
line diff
--- a/dwtx/jface/text/contentassist/ContentAssistant.d	Mon Sep 08 01:01:30 2008 +0200
+++ b/dwtx/jface/text/contentassist/ContentAssistant.d	Tue Sep 09 15:59:16 2008 +0200
@@ -48,7 +48,7 @@
 
 import dwt.dwthelper.utils;
 import dwtx.dwtxhelper.Collection;
-import tango.core.Thread;
+import dwtx.dwtxhelper.JThread;
 
 import dwt.DWT;
 import dwt.DWTError;
@@ -276,7 +276,7 @@
      */
     protected class AutoAssistListener : KeyAdapter , KeyListener, Runnable, VerifyKeyListener {
 
-        private Thread fThread;
+        private JThread fThread;
         private bool fIsReset= false;
         private Object fMutex= new Object();
         private int fShowStyle;