view dwtx/dwtxhelper/Date.d @ 186:0e2944da7cd0

Fix anon class problem
author Frank Benoit <benoit@tionex.de>
date Sun, 26 Oct 2008 13:59:03 +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;
    }
}