comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/browser/HelperAppLauncherDialogFactory.d @ 53:7e78af7adab5

[swt lin]
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 21:29:10 +0100
parents f713da8bc051
children 70388b0e6dad
comparison
equal deleted inserted replaced
52:fa9548cd8d89 53:7e78af7adab5
37 refCount++; 37 refCount++;
38 return refCount; 38 return refCount;
39 } 39 }
40 40
41 extern(System) 41 extern(System)
42 nsresult QueryInterface (nsID* riid, void** ppvObject) { 42 nsresult QueryInterface (cnsID* riid, void** ppvObject) {
43 if (riid is null || ppvObject is null) return XPCOM.NS_ERROR_NO_INTERFACE; 43 if (riid is null || ppvObject is null) return XPCOM.NS_ERROR_NO_INTERFACE;
44 44
45 if (*riid == nsISupports.IID) { 45 if (*riid == nsISupports.IID) {
46 *ppvObject = cast(void*)cast(nsISupports)this; 46 *ppvObject = cast(void*)cast(nsISupports)this;
47 AddRef (); 47 AddRef ();