view dwtx/dwtxhelper/URL.d @ 185:987b95661bb9

Added impl for Timer/TimerTask
author Frank Benoit <benoit@tionex.de>
date Sat, 18 Oct 2008 15:02:49 +0200
parents 1a5b8f8129df
children
line wrap: on
line source

module dwtx.dwtxhelper.URL;

import dwt.dwthelper.utils;

class URL {
    this(String){
        implMissing(__FILE__,__LINE__);
    }
}