comparison org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/browser/PromptService2Factory.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
36 refCount++; 36 refCount++;
37 return refCount; 37 return refCount;
38 } 38 }
39 39
40 extern(System) 40 extern(System)
41 nsresult QueryInterface (nsID* riid, void** ppvObject) { 41 nsresult QueryInterface (cnsID* riid, void** ppvObject) {
42 if (riid is null || ppvObject is null) return XPCOM.NS_ERROR_NO_INTERFACE; 42 if (riid is null || ppvObject is null) return XPCOM.NS_ERROR_NO_INTERFACE;
43 //nsID guid = new nsID (); 43 //nsID guid = new nsID ();
44 //XPCOM.memmove (guid, riid, nsID.sizeof); 44 //XPCOM.memmove (guid, riid, nsID.sizeof);
45 45
46 if (*riid == nsISupports.IID) { 46 if (*riid == nsISupports.IID) {