diff dwt/internal/mozilla/nsIStringEnumerator.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/nsIStringEnumerator.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIStringEnumerator.d	Fri Oct 31 21:46:44 2008 -0700
@@ -16,13 +16,12 @@
   {0x50d3ef6c, 0x9380, 0x4f06, 
     [ 0x9f, 0xb2, 0x95, 0x48, 0x8f, 0x7d, 0x14, 0x1c ]};
 
-//extern(System)
-
 interface nsIStringEnumerator : nsISupports {
 
   static const char[] IID_STR = NS_ISTRINGENUMERATOR_IID_STR;
   static const nsIID IID = NS_ISTRINGENUMERATOR_IID;
 
+extern(System):
   nsresult HasMore(PRBool *_retval);
   nsresult GetNext(nsAString * _retval);
 
@@ -38,13 +37,12 @@
   {0x9bdf1010, 0x3695, 0x4907, 
     [ 0x95, 0xed, 0x83, 0xd0, 0x41, 0x0e, 0xc3, 0x07 ]};
 
-//extern(System)
-
 interface nsIUTF8StringEnumerator : nsISupports {
 
   static const char[] IID_STR = NS_IUTF8STRINGENUMERATOR_IID_STR;
   static const nsIID IID = NS_IUTF8STRINGENUMERATOR_IID;
 
+extern(System):
   nsresult HasMore(PRBool *_retval);
   nsresult GetNext(nsACString * _retval);