view dwtx/dwtxhelper/Date.d @ 194:6d35b9960800

Crash in jface snippet 11, workaround tango HashMap cannot store null values.
author Frank Benoit <benoit@tionex.de>
date Sun, 01 Feb 2009 19:41:13 +0100
parents 1a5b8f8129df
children
line wrap: on
line source

module dwtx.dwtxhelper.Date;

import dwt.dwthelper.utils;

class Date {
    long getTime(){
        implMissing(__FILE__,__LINE__);
        return 0;
    }
}