diff dwt/internal/mozilla/nsISimpleEnumerator.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/nsISimpleEnumerator.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsISimpleEnumerator.d	Fri Oct 31 21:46:44 2008 -0700
@@ -10,13 +10,12 @@
   {0xd1899240, 0xf9d2, 0x11d2, 
     [ 0xbd, 0xd6, 0x00, 0x00, 0x64, 0x65, 0x73, 0x74 ]};
 
-//extern(System)
-
 interface nsISimpleEnumerator : nsISupports {
 
   static const char[] IID_STR = NS_ISIMPLEENUMERATOR_IID_STR;
   static const nsIID IID = NS_ISIMPLEENUMERATOR_IID;
 
+extern(System):
   nsresult HasMoreElements(PRBool *_retval);
   nsresult GetNext(nsISupports *_retval);