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