comparison dwt/internal/mozilla/nsITraceRefcnt.d @ 341:942da4b6558a

Ongoing fixup for compile
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 21:19:51 -0700
parents dd63eb078d7a
children 9a4d7706df52
comparison
equal deleted inserted replaced
340:3f4a5c7d138f 341:942da4b6558a
8 8
9 const nsIID NS_ITRACEREFCNT_IID= 9 const nsIID NS_ITRACEREFCNT_IID=
10 {0x273dc92f, 0x0fe6, 0x4545, 10 {0x273dc92f, 0x0fe6, 0x4545,
11 [ 0x96, 0xa9, 0x21, 0xbe, 0x77, 0x82, 0x80, 0x39 ]}; 11 [ 0x96, 0xa9, 0x21, 0xbe, 0x77, 0x82, 0x80, 0x39 ]};
12 12
13 extern(System) 13 //extern(System)
14 interface nsITraceRefcnt : nsISupports { 14 interface nsITraceRefcnt : nsISupports {
15 static const char[] IID_STR = NS_ITRACEREFCNT_IID_STR; 15 static const char[] IID_STR = NS_ITRACEREFCNT_IID_STR;
16 static const nsIID IID = NS_ITRACEREFCNT_IID; 16 static const nsIID IID = NS_ITRACEREFCNT_IID;
17 17
18 nsresult LogAddRef(void * aPtr, nsrefcnt aNewRefcnt, char *aTypeName, PRUint32 aInstanceSize); 18 nsresult LogAddRef(void * aPtr, nsrefcnt aNewRefcnt, char *aTypeName, PRUint32 aInstanceSize);