diff dwt/internal/mozilla/nsIPrefBranch2.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/nsIPrefBranch2.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIPrefBranch2.d	Fri Oct 31 21:46:44 2008 -0700
@@ -12,13 +12,12 @@
   {0x74567534, 0xeb94, 0x4b1c, 
     [ 0x8f, 0x45, 0x38, 0x96, 0x43, 0xbf, 0xc5, 0x55 ]};
 
-//extern(System)
-
 interface nsIPrefBranch2 : nsIPrefBranch {
 
   static const char[] IID_STR = NS_IPREFBRANCH2_IID_STR;
   static const nsIID IID = NS_IPREFBRANCH2_IID;
 
+extern(System):
   nsresult AddObserver(char *aDomain, nsIObserver aObserver, PRBool aHoldWeak);
   nsresult RemoveObserver(char *aDomain, nsIObserver aObserver);