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

[swt lin]
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 21:29:10 +0100
parents 7a2dd761a8b2
children 70388b0e6dad
comparison
equal deleted inserted replaced
52:fa9548cd8d89 53:7e78af7adab5
66 refCount++; 66 refCount++;
67 return refCount; 67 return refCount;
68 } 68 }
69 69
70 extern(System) 70 extern(System)
71 nsresult QueryInterface (nsID* riid, void** ppvObject) { 71 nsresult QueryInterface (cnsID* riid, void** ppvObject) {
72 if (riid is null || ppvObject is null) return XPCOM.NS_ERROR_NO_INTERFACE; 72 if (riid is null || ppvObject is null) return XPCOM.NS_ERROR_NO_INTERFACE;
73 73
74 if (*riid == nsISupports.IID) { 74 if (*riid == nsISupports.IID) {
75 *ppvObject = cast(void*)cast(nsISupports)this; 75 *ppvObject = cast(void*)cast(nsISupports)this;
76 AddRef (); 76 AddRef ();