comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/browser/HelperAppLauncherDialog_1_9.d @ 54:70388b0e6dad

[swt lin] compiles
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 23:31:11 +0100
parents 7e78af7adab5
children 536e43f63c81
comparison
equal deleted inserted replaced
53:7e78af7adab5 54:70388b0e6dad
50 refCount++; 50 refCount++;
51 return refCount; 51 return refCount;
52 } 52 }
53 53
54 extern(System) 54 extern(System)
55 nsresult QueryInterface (cnsID* riid, void** ppvObject) { 55 nsresult QueryInterface (in nsID* riid, void** ppvObject) {
56 if (riid is null || ppvObject is null) return XPCOM.NS_ERROR_NO_INTERFACE; 56 if (riid is null || ppvObject is null) return XPCOM.NS_ERROR_NO_INTERFACE;
57 57
58 if (*riid is nsISupports.IID) { 58 if (*riid is nsISupports.IID) {
59 *ppvObject = cast(void*)cast(nsIHelperAppLauncherDialog_1_9)this; 59 *ppvObject = cast(void*)cast(nsIHelperAppLauncherDialog_1_9)this;
60 AddRef (); 60 AddRef ();