diff dwt/internal/mozilla/nsICategoryManager.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/nsICategoryManager.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsICategoryManager.d	Fri Oct 31 21:46:44 2008 -0700
@@ -11,13 +11,12 @@
   {0x3275b2cd, 0xaf6d, 0x429a, 
     [ 0x80, 0xd7, 0xf0, 0xc5, 0x12, 0x03, 0x42, 0xac ]};
 
-//extern(System)
-
 interface nsICategoryManager : nsISupports {
 
   static const char[] IID_STR = NS_ICATEGORYMANAGER_IID_STR;
   static const nsIID IID = NS_ICATEGORYMANAGER_IID;
 
+extern(System):
   nsresult GetCategoryEntry(char *aCategory, char *aEntry, char **_retval);
   nsresult AddCategoryEntry(char *aCategory, char *aEntry, char *aValue, PRBool aPersist, PRBool aReplace, char **_retval);
   nsresult DeleteCategoryEntry(char *aCategory, char *aEntry, PRBool aPersist);