changeset 166:71ec57b4c8f3

merge
author Frank Benoit <benoit@tionex.de>
date Mon, 08 Sep 2008 01:38:10 +0200
parents 20cdc983a411 (diff) e5dd0081ccba (current diff)
children 3b8f773f35e4
files dsss.conf dwtx/core/runtime/jobs/package.html
diffstat 2 files changed, 6 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/dsss.conf	Mon Sep 08 01:01:30 2008 +0200
+++ b/dsss.conf	Mon Sep 08 01:38:10 2008 +0200
@@ -1,12 +1,7 @@
 
-[packageimport.d]
+
 [fixmodule.d]
 [collectionimp.d]
-
-[dwtx/draw2d]
-type=library
-buildflags+=-Jres
-
 [dwtx]
 type=library
 buildflags+=-Jres
--- a/dwtx/dwtxhelper/TimerTask.d	Mon Sep 08 01:01:30 2008 +0200
+++ b/dwtx/dwtxhelper/TimerTask.d	Mon Sep 08 01:38:10 2008 +0200
@@ -1,6 +1,7 @@
 module dwtx.dwtxhelper.TimerTask;
 
 import tango.time.Time;
+import dwt.dwthelper.utils;
 import dwt.dwthelper.Runnable;
 import dwtx.dwtxhelper.Timer;
 
@@ -9,8 +10,10 @@
     package Time executionTime;
     package Timer timer;
 
-//     bool cancel(){
-//     }
+    bool cancel(){
+        implMissing( __FILE__, __LINE__ );
+        return false;
+    }
 
     abstract void run();