comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/browser/HelperAppLauncherDialogFactory.d @ 113:fb3aa8075988

D2 support for the linux port.
author Jacob Carlborg <doob@me.com>
date Wed, 06 Apr 2011 21:57:23 +0200
parents 70388b0e6dad
children
comparison
equal deleted inserted replaced
112:9f4c18c268b2 113:fb3aa8075988
86 delete helperAppLauncherDialog19; 86 delete helperAppLauncherDialog19;
87 } 87 }
88 return rv; 88 return rv;
89 } 89 }
90 } 90 }
91
92 return XPCOM.NS_OK; // Not sure about this
91 } 93 }
92 94
93 extern(System) 95 extern(System)
94 nsresult LockFactory (PRBool lock) { 96 nsresult LockFactory (PRBool lock) {
95 return XPCOM.NS_OK; 97 return XPCOM.NS_OK;