diff dwt/internal/mozilla/nsIAuthInformation.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 ff6dd48f5248
children
line wrap: on
line diff
--- a/dwt/internal/mozilla/nsIAuthInformation.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIAuthInformation.d	Fri Oct 31 21:46:44 2008 -0700
@@ -11,8 +11,6 @@
    {0x0d73639c, 0x2a92, 0x4518, 
     [ 0x9f, 0x92, 0x28, 0xf7, 0x1f, 0xea, 0x5f, 0x20 ] };
 
-//extern(System)
-
 interface nsIAuthInformation : nsISupports {
 
   static const char[] IID_STR = NS_IAUTHINFORMATION_IID_STR;
@@ -23,6 +21,7 @@
   enum { NEED_DOMAIN = 4U }
   enum { ONLY_PASSWORD = 8U }
 
+extern(System):
   nsresult GetFlags(PRUint32 *aFlags);
   nsresult GetRealm(nsAString * aRealm);;
   nsresult GetAuthenticationScheme(nsACString * aAuthenticationScheme);