changeset 169:3b8f773f35e4

merge
author Frank Benoit <benoit@tionex.de>
date Tue, 09 Sep 2008 17:44:33 +0200
parents cef27f663573 (current diff) 71ec57b4c8f3 (diff)
children 284c2e810329
files
diffstat 2 files changed, 6 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/dsss.conf	Tue Sep 09 17:44:11 2008 +0200
+++ b/dsss.conf	Tue Sep 09 17:44:33 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	Tue Sep 09 17:44:11 2008 +0200
+++ b/dwtx/dwtxhelper/TimerTask.d	Tue Sep 09 17:44:33 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();