diff dwt/internal/mozilla/nsIObjectOutputStream.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/nsIObjectOutputStream.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIObjectOutputStream.d	Fri Oct 31 21:46:44 2008 -0700
@@ -12,13 +12,12 @@
   {0x92c898ac, 0x5fde, 0x4b99, 
     [ 0x87, 0xb3, 0x5d, 0x48, 0x64, 0x22, 0x09, 0x4b ]};
 
-//extern(System)
-
 interface nsIObjectOutputStream : nsIBinaryOutputStream {
 
   static const char[] IID_STR = NS_IOBJECTOUTPUTSTREAM_IID_STR;
   static const nsIID IID = NS_IOBJECTOUTPUTSTREAM_IID;
 
+extern(System):
   nsresult WriteObject(nsISupports aObject, PRBool aIsStrongRef);
   nsresult WriteSingleRefObject(nsISupports aObject);
   nsresult WriteCompoundObject(nsISupports aObject, nsIID * aIID, PRBool aIsStrongRef);