diff dwt/internal/mozilla/nsIServiceManager.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/nsIServiceManager.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIServiceManager.d	Fri Oct 31 21:46:44 2008 -0700
@@ -9,13 +9,12 @@
   {0x8bb35ed9, 0xe332, 0x462d, 
     [ 0x91, 0x55, 0x4a, 0x00, 0x2a, 0xb5, 0xc9, 0x58 ]};
 
-//extern(System)
-
 interface nsIServiceManager : nsISupports {
 
   static const char[] IID_STR = NS_ISERVICEMANAGER_IID_STR;
   static const nsIID IID = NS_ISERVICEMANAGER_IID;
 
+extern(System):
   nsresult GetService(nsCID * aClass, nsIID * aIID, void * *result);
   nsresult GetServiceByContractID(char *aContractID, nsIID * aIID, void * *result);
   nsresult IsServiceInstantiated(nsCID * aClass, nsIID * aIID, PRBool *_retval);