diff dwt/internal/mozilla/nsISHEntry.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/nsISHEntry.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsISHEntry.d	Fri Oct 31 21:46:44 2008 -0700
@@ -18,13 +18,12 @@
   {0x542a98b9, 0x2889, 0x4922, 
     [ 0xaa, 0xf4, 0x02, 0xb6, 0x05, 0x6f, 0x41, 0x36 ]};
 
-//extern(System)
-
 interface nsISHEntry : nsIHistoryEntry {
 
   static const char[] IID_STR = NS_ISHENTRY_IID_STR;
   static const nsIID IID = NS_ISHENTRY_IID;
 
+extern(System):
   nsresult SetURI(nsIURI aURI);
   nsresult GetReferrerURI(nsIURI  *aReferrerURI);
   nsresult SetReferrerURI(nsIURI  aReferrerURI);