view dwtx/dwtxhelper/Date.d @ 184:26589d623405

Added ListIterator for ArrayList
author Frank Benoit <benoit@tionex.de>
date Sat, 18 Oct 2008 15:02:28 +0200
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;
    }
}