diff dwt/internal/mozilla/nsIDownload.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 8198e6052012
children
line wrap: on
line diff
--- a/dwt/internal/mozilla/nsIDownload.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIDownload.d	Fri Oct 31 21:46:44 2008 -0700
@@ -19,13 +19,12 @@
   {0x9e1fd9f2, 0x9727, 0x4926, 
     [ 0x85, 0xcd, 0xf1, 0x6c, 0x37, 0x5b, 0xba, 0x6d ]};
 
-//extern(System)
-
 interface nsIDownload : nsISupports {
 
   static const char[] IID_STR = NS_IDOWNLOAD_IID_STR;
   static const nsIID IID = NS_IDOWNLOAD_IID;
-    
+
+extern(System):
   nsresult Init(nsIURI aSource, nsIURI aTarget, nsAString* aDisplayName, nsIMIMEInfo aMIMEInfo, PRTime startTime, PRBool aPersist);
   nsresult GetSource(nsIURI  *aSource);
   nsresult GetTarget(nsIURI  *aTarget);