comparison dwt/internal/mozilla/nsIDOMEntityReference.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
comparison
equal deleted inserted replaced
347:ff6dd48f5248 348:9a4d7706df52
9 9
10 const nsIID NS_IDOMENTITYREFERENCE_IID= 10 const nsIID NS_IDOMENTITYREFERENCE_IID=
11 {0xa6cf907a, 0x15b3, 0x11d2, 11 {0xa6cf907a, 0x15b3, 0x11d2,
12 [ 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 ]}; 12 [ 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 ]};
13 13
14 //extern(System)
15
16 interface nsIDOMEntityReference : nsIDOMNode { 14 interface nsIDOMEntityReference : nsIDOMNode {
17 15
18 static const char[] IID_STR = NS_IDOMENTITYREFERENCE_IID_STR; 16 static const char[] IID_STR = NS_IDOMENTITYREFERENCE_IID_STR;
19 static const nsIID IID = NS_IDOMENTITYREFERENCE_IID; 17 static const nsIID IID = NS_IDOMENTITYREFERENCE_IID;
20 18
19 extern(System):
21 } 20 }
22 21