diff dwt/internal/mozilla/nsIChannel.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/nsIChannel.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIChannel.d	Fri Oct 31 21:46:44 2008 -0700
@@ -16,13 +16,12 @@
   {0xc63a055a, 0xa676, 0x4e71, 
     [ 0xbf, 0x3c, 0x6c, 0xfa, 0x11, 0x08, 0x20, 0x18 ]};
 
-//extern(System)
-
 interface nsIChannel : nsIRequest {
 
   static const char[] IID_STR = NS_ICHANNEL_IID_STR;
   static const nsIID IID = NS_ICHANNEL_IID;
 
+extern(System):
   nsresult GetOriginalURI(nsIURI  *aOriginalURI);
   nsresult SetOriginalURI(nsIURI  aOriginalURI);
   nsresult GetURI(nsIURI  *aURI);