diff dwtx/dwtxhelper/Date.d @ 162:1a5b8f8129df

...
author Frank Benoit <benoit@tionex.de>
date Mon, 08 Sep 2008 00:51:37 +0200
parents 7926b636c282
children
line wrap: on
line diff
--- a/dwtx/dwtxhelper/Date.d	Wed Aug 27 14:49:30 2008 +0200
+++ b/dwtx/dwtxhelper/Date.d	Mon Sep 08 00:51:37 2008 +0200
@@ -1,6 +1,12 @@
 module dwtx.dwtxhelper.Date;
 
+import dwt.dwthelper.utils;
+
 class Date {
+    long getTime(){
+        implMissing(__FILE__,__LINE__);
+        return 0;
+    }
 }