diff dwt/internal/mozilla/nsIWebProgressListener.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/nsIWebProgressListener.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIWebProgressListener.d	Fri Oct 31 21:46:44 2008 -0700
@@ -14,13 +14,12 @@
   {0x570f39d1, 0xefd0, 0x11d3, 
     [ 0xb0, 0x93, 0x00, 0xa0, 0x24, 0xff, 0xc0, 0x8c ]};
 
-//extern(System)
-
 interface nsIWebProgressListener : nsISupports {
 
   static const char[] IID_STR = NS_IWEBPROGRESSLISTENER_IID_STR;
   static const nsIID IID = NS_IWEBPROGRESSLISTENER_IID;
 
+extern(System):
   enum { STATE_START = 1U };
   enum { STATE_REDIRECTING = 2U };
   enum { STATE_TRANSFERRING = 4U };