diff dwt/internal/mozilla/nsITraceRefcnt.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/nsITraceRefcnt.d	Wed Oct 29 20:12:27 2008 -0700
+++ b/dwt/internal/mozilla/nsITraceRefcnt.d	Fri Oct 31 21:46:44 2008 -0700
@@ -10,11 +10,11 @@
   {0x273dc92f, 0x0fe6, 0x4545, 
     [ 0x96, 0xa9, 0x21, 0xbe, 0x77, 0x82, 0x80, 0x39 ]};
 
-//extern(System)
 interface nsITraceRefcnt : nsISupports {
   static const char[] IID_STR = NS_ITRACEREFCNT_IID_STR;
   static const nsIID IID = NS_ITRACEREFCNT_IID;
 
+extern(System):
   nsresult LogAddRef(void * aPtr, nsrefcnt aNewRefcnt, char *aTypeName, PRUint32 aInstanceSize);
   nsresult LogRelease(void * aPtr, nsrefcnt aNewRefcnt, char *aTypeName);
   nsresult LogCtor(void * aPtr, char *aTypeName, PRUint32 aInstanceSize);