diff dwt/internal/mozilla/nsIMIMEInfo.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/nsIMIMEInfo.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIMIMEInfo.d	Fri Oct 31 21:46:44 2008 -0700
@@ -17,13 +17,12 @@
   {0x1448b42f, 0xcf0d, 0x466e, 
     [ 0x9a, 0x15, 0x64, 0xe8, 0x76, 0xeb, 0xe8, 0x57 ]};
 
-//extern(System)
-
 interface nsIMIMEInfo : nsISupports {
 
   static const char[] IID_STR = NS_IMIMEINFO_IID_STR;
   static const nsIID IID = NS_IMIMEINFO_IID;
 
+extern(System):
   nsresult GetFileExtensions(nsIUTF8StringEnumerator *_retval);
   nsresult SetFileExtensions(nsACString * aExtensions);
   nsresult ExtensionExists(nsACString * aExtension, PRBool *_retval);