diff dwt/internal/mozilla/nsIProperties.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 373b48b9eaf0
line wrap: on
line diff
--- a/dwt/internal/mozilla/nsIProperties.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIProperties.d	Fri Oct 31 21:46:44 2008 -0700
@@ -10,13 +10,12 @@
   {0x78650582, 0x4e93, 0x4b60, 
     [ 0x8e, 0x85, 0x26, 0xeb, 0xd3, 0xeb, 0x14, 0xca ]};
 
-//extern(System)
-
 interface nsIProperties : nsISupports {
 
   static const char[] IID_STR = NS_IPROPERTIES_IID_STR;
   static const nsIID IID = NS_IPROPERTIES_IID;
 
+extern(System):
   nsresult Get(char *prop, nsIID * iid, void * *result);
   nsresult Set(char *prop, nsISupports value);
   nsresult Has(char *prop, PRBool *_retval);