diff dwt/internal/mozilla/nsIHelperAppLauncherDialog.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 2e591eb01162
children 676785ef6d24
line wrap: on
line diff
--- a/dwt/internal/mozilla/nsIHelperAppLauncherDialog.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIHelperAppLauncherDialog.d	Fri Oct 31 21:46:44 2008 -0700
@@ -12,8 +12,6 @@
   {0x64355793, 0x988d, 0x40a5, 
     [ 0xba, 0x8e, 0xfc, 0xde, 0x78, 0xca, 0xc6, 0x31 ]};
 
-//extern(System)
-
 interface nsIHelperAppLauncherDialog : nsISupports {
 
   static const char[] IID_STR = NS_IHELPERAPPLAUNCHERDIALOG_IID_STR;
@@ -23,6 +21,7 @@
   enum { REASON_SERVERREQUEST = 1U };
   enum { REASON_TYPESNIFFED = 2U };
 
+extern(System):
   nsresult Show(nsIHelperAppLauncher aLauncher, nsISupports aContext, PRUint32 aReason);
   nsresult PromptForSaveToFile(nsIHelperAppLauncher aLauncher, nsISupports aWindowContext, PRUnichar *aDefaultFile, PRUnichar *aSuggestedFileExtension, nsILocalFile *_retval);