diff dwt/internal/mozilla/nsIFile.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/nsIFile.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIFile.d	Fri Oct 31 21:46:44 2008 -0700
@@ -12,8 +12,6 @@
   {0xc8c0a080, 0x0868, 0x11d3, 
     [ 0x91, 0x5f, 0xd9, 0xd8, 0x89, 0xd4, 0x8e, 0x3c ]};
 
-//extern(System)
-
 interface nsIFile : nsISupports {
   static const char[] IID_STR = NS_IFILE_IID_STR;
   static const nsIID IID = NS_IFILE_IID;
@@ -21,6 +19,7 @@
   enum { NORMAL_FILE_TYPE = 0U };
   enum { DIRECTORY_TYPE = 1U };
 
+extern(System):
   nsresult Append(nsAString * node);
   nsresult AppendNative(nsACString * node);
   nsresult Normalize();