diff dwt/internal/mozilla/nsIWebProgressListener2.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/nsIWebProgressListener2.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIWebProgressListener2.d	Fri Oct 31 21:46:44 2008 -0700
@@ -13,13 +13,12 @@
   {0x3f24610d, 0x1e1f, 0x4151, 
     [ 0x9d, 0x2e, 0x23, 0x98, 0x84, 0x74, 0x23, 0x24 ]};
 
-//extern(System)
-
 interface nsIWebProgressListener2 : nsIWebProgressListener {
 
   static const char[] IID_STR = NS_IWEBPROGRESSLISTENER2_IID_STR;
   static const nsIID IID = NS_IWEBPROGRESSLISTENER2_IID;
 
+extern(System):
   nsresult OnProgressChange64(nsIWebProgress aWebProgress, nsIRequest aRequest, PRInt64 aCurSelfProgress, PRInt64 aMaxSelfProgress, PRInt64 aCurTotalProgress, PRInt64 aMaxTotalProgress);
 
 }