diff dwt/internal/mozilla/nsIObserverService.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/nsIObserverService.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIObserverService.d	Fri Oct 31 21:46:44 2008 -0700
@@ -12,13 +12,12 @@
   {0xd07f5192, 0xe3d1, 0x11d2, 
     [ 0x8a, 0xcd, 0x00, 0x10, 0x5a, 0x1b, 0x88, 0x60 ]};
 
-//extern(System)
-
 interface nsIObserverService : nsISupports {
 
   static const char[] IID_STR = NS_IOBSERVERSERVICE_IID_STR;
   static const nsIID IID = NS_IOBSERVERSERVICE_IID;
 
+extern(System):
   nsresult AddObserver(nsIObserver anObserver, char *aTopic, PRBool ownsWeak);
   nsresult RemoveObserver(nsIObserver anObserver, char *aTopic);
   nsresult NotifyObservers(nsISupports aSubject, char *aTopic, PRUnichar *someData);