comparison dwt/internal/mozilla/nsIDOMComment.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_IDOMCOMMENT_IID= 10 const nsIID NS_IDOMCOMMENT_IID=
11 {0xa6cf9073, 0x15b3, 0x11d2, 11 {0xa6cf9073, 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 nsIDOMComment : nsIDOMCharacterData { 14 interface nsIDOMComment : nsIDOMCharacterData {
17 15
16 extern(System):
18 static const char[] IID_STR = NS_IDOMCOMMENT_IID_STR; 17 static const char[] IID_STR = NS_IDOMCOMMENT_IID_STR;
19 static const nsIID IID = NS_IDOMCOMMENT_IID; 18 static const nsIID IID = NS_IDOMCOMMENT_IID;
20 19
21 } 20 }
22 21