Tango 0.99.8 Sean released

Trass3r mrmocool at gmx.de
Fri Mar 27 09:33:52 PDT 2009


Lars Ivar Igesund schrieb:
>  * FTP adapter for the VFS by Lester L. Martin II 
 >

Why is the code full of duplicates (exit includes the failure case)?

scope(failure) {
	if(conn !is null)
		conn.close();
}
scope(exit) {
	if(conn !is null)
		conn.close();
}


More information about the Digitalmars-d-announce mailing list