comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/SWTException.d @ 48:ddbfe84d86df

[swt lin] versioned imports
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 12:05:20 +0100
parents f589fc20a5f9
children 7a2dd761a8b2
comparison
equal deleted inserted replaced
47:65761bc28ab2 48:ddbfe84d86df
15 import java.lang.all; 15 import java.lang.all;
16 16
17 import org.eclipse.swt.SWT; 17 import org.eclipse.swt.SWT;
18 18
19 version(Tango){ 19 version(Tango){
20 import tango.core.Exception;
21 } else { // Phobos 20 } else { // Phobos
22 } 21 }
23 22
24 /** 23 /**
25 * This runtime exception is thrown whenever a recoverable error 24 * This runtime exception is thrown whenever a recoverable error