diff dwtx/core/runtime/jobs/IJobManager.d @ 167:862b05e0334a

Add a wrapper for Thread
author Frank Benoit <benoit@tionex.de>
date Tue, 09 Sep 2008 15:59:16 +0200
parents 9d0585bcb7aa
children
line wrap: on
line diff
--- a/dwtx/core/runtime/jobs/IJobManager.d	Mon Sep 08 01:01:30 2008 +0200
+++ b/dwtx/core/runtime/jobs/IJobManager.d	Tue Sep 09 15:59:16 2008 +0200
@@ -23,7 +23,7 @@
 import dwtx.core.runtime.jobs.LockListener;
 
 import dwtx.core.runtime.jobs.ProgressProvider;
-import tango.core.Thread;
+import dwtx.dwtxhelper.JThread;
 
 /**
  * The job manager provides facilities for scheduling, querying, and maintaining jobs
@@ -407,7 +407,7 @@
      * @param destinationThread The new owner for the transferred rule.
      * @since 3.1
      */
-    public void transferRule(ISchedulingRule rule, Thread destinationThread);
+    public void transferRule(ISchedulingRule rule, JThread destinationThread);
 
     /**
      * Resumes scheduling of all sleeping jobs in the given family.  This method