diff dwt/internal/mozilla/nsIModule.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/nsIModule.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsIModule.d	Fri Oct 31 21:46:44 2008 -0700
@@ -12,11 +12,11 @@
   {0x7392d032, 0x5371, 0x11d3, 
     [ 0x99, 0x4e, 0x00, 0x80, 0x5f, 0xd2, 0x6f, 0xee ]};
 
-//extern(System)
 interface nsIModule : nsISupports {
   static const char[] IID_STR = NS_IMODULE_IID_STR;
   static const nsIID IID = NS_IMODULE_IID;
 
+extern(System):
   nsresult GetClassObject(nsIComponentManager aCompMgr, nsCID * aClass, nsIID * aIID, void * *aResult);
   nsresult RegisterSelf(nsIComponentManager aCompMgr, nsIFile aLocation, char *aLoaderStr, char *aType);
   nsresult UnregisterSelf(nsIComponentManager aCompMgr, nsIFile aLocation, char *aLoaderStr);