diff dwt/internal/mozilla/nsIBinaryInputStream.d @ 348:9a4d7706df52

Test Update to fix linux XPCOM interface issues
author John Reimer <terminal.node@gmail.com>
date Fri, 31 Oct 2008 21:46:44 -0700
parents 942da4b6558a
children
line wrap: on
line diff
--- a/dwt/internal/mozilla/nsIBinaryInputStream.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIBinaryInputStream.d	Fri Oct 31 21:46:44 2008 -0700
@@ -13,13 +13,12 @@
   {0x7b456cb0, 0x8772, 0x11d3, 
     [ 0x90, 0xcf, 0x00, 0x40, 0x05, 0x6a, 0x90, 0x6e ]};
 
-//extern(System)
-
 interface nsIBinaryInputStream : nsIInputStream {
 
   static const char[] IID_STR = NS_IBINARYINPUTSTREAM_IID_STR;
   static const nsIID IID = NS_IBINARYINPUTSTREAM_IID;
 
+extern(System):
   nsresult SetInputStream(nsIInputStream aInputStream);
   nsresult ReadBoolean(PRBool *_retval);
   nsresult Read8(PRUint8 *_retval);