diff dwt/internal/mozilla/nsIEventTarget.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/nsIEventTarget.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIEventTarget.d	Fri Oct 31 21:46:44 2008 -0700
@@ -10,13 +10,12 @@
   {0xea99ad5b, 0xcc67, 0x4efb, 
     [ 0x97, 0xc9, 0x2e, 0xf6, 0x20, 0xa5, 0x9f, 0x2a ]};
 
-//extern(System)
-
 interface nsIEventTarget : nsISupports {
 
   static const char[] IID_STR = NS_IEVENTTARGET_IID_STR;
   static const nsIID IID = NS_IEVENTTARGET_IID;
 
+extern(System):
   nsresult PostEvent(PLEvent * aEvent);
   nsresult IsOnCurrentThread(PRBool *_retval);
 }