view dwtx/dwtxhelper/URL.d @ 175:9e7e1a8bc813

get a JThread for a thread that was just a Thread.
author Frank Benoit <benoit@tionex.de>
date Fri, 12 Sep 2008 09:44:36 +0200
parents 1a5b8f8129df
children
line wrap: on
line source

module dwtx.dwtxhelper.URL;

import dwt.dwthelper.utils;

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