comparison dwt/internal/mozilla/nsIEnumerator.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
12 12
13 const nsIID NS_IENUMERATOR_IID= 13 const nsIID NS_IENUMERATOR_IID=
14 {0xad385286, 0xcbc4, 0x11d2, 14 {0xad385286, 0xcbc4, 0x11d2,
15 [ 0x8c, 0xca, 0x00, 0x60, 0xb0, 0xfc, 0x14, 0xa3 ]}; 15 [ 0x8c, 0xca, 0x00, 0x60, 0xb0, 0xfc, 0x14, 0xa3 ]};
16 16
17 extern(System) 17 //extern(System)
18 18
19 interface nsIEnumerator : nsISupports { 19 interface nsIEnumerator : nsISupports {
20 20
21 static const char[] IID_STR = NS_IENUMERATOR_IID_STR; 21 static const char[] IID_STR = NS_IENUMERATOR_IID_STR;
22 static const nsIID IID = NS_IENUMERATOR_IID; 22 static const nsIID IID = NS_IENUMERATOR_IID;
36 36
37 const nsIID NS_IBIDIRECTIONALENUMERATOR_IID= 37 const nsIID NS_IBIDIRECTIONALENUMERATOR_IID=
38 {0x75f158a0, 0xcadd, 0x11d2, 38 {0x75f158a0, 0xcadd, 0x11d2,
39 [ 0x8c, 0xca, 0x00, 0x60, 0xb0, 0xfc, 0x14, 0xa3 ]}; 39 [ 0x8c, 0xca, 0x00, 0x60, 0xb0, 0xfc, 0x14, 0xa3 ]};
40 40
41 extern(System) 41 //extern(System)
42 42
43 interface nsIBidirectionalEnumerator : nsIEnumerator { 43 interface nsIBidirectionalEnumerator : nsIEnumerator {
44 44
45 static const char[] IID_STR = NS_IBIDIRECTIONALENUMERATOR_IID_STR; 45 static const char[] IID_STR = NS_IBIDIRECTIONALENUMERATOR_IID_STR;
46 static const nsIID IID = NS_IBIDIRECTIONALENUMERATOR_IID; 46 static const nsIID IID = NS_IBIDIRECTIONALENUMERATOR_IID;