diff dwt/internal/mozilla/nsIPromptService2.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/nsIPromptService2.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIPromptService2.d	Fri Oct 31 21:46:44 2008 -0700
@@ -17,13 +17,12 @@
   {0xcf86d196, 0xdbee, 0x4482, 
     [ 0x9d, 0xfa, 0x34, 0x77, 0xaa, 0x12, 0x83, 0x19 ]};
 
-//extern(System)
-
 interface nsIPromptService2 : nsIPromptService {
 
   static const char[] IID_STR = NS_IPROMPTSERVICE2_IID_STR;
   static const nsIID IID = NS_IPROMPTSERVICE2_IID;
 
+extern(System):
     public nsresult PromptAuth(nsIDOMWindow aParent, nsIChannel aChannel, PRUint32 level, nsIAuthInformation authInfo, PRUnichar* checkboxLabel, PRBool* checkValue, PRBool* _retval);
 
     public nsresult AsyncPromptAuth(nsIDOMWindow aParent, nsIChannel aChannel, nsIAuthPromptCallback aCallback, nsISupports aContext, PRUint32 level, nsIAuthInformation authInfo, PRUnichar* checkboxLabel, PRBool* checkValue, nsICancelable* _retval);