comparison dwt/internal/mozilla/nsIJSContextStack.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_IJSCONTEXTSTACK_IID= 13 const nsIID NS_IJSCONTEXTSTACK_IID=
14 {0xc67d8270, 0x3189, 0x11d3, 14 {0xc67d8270, 0x3189, 0x11d3,
15 [ 0x98, 0x85, 0x00, 0x60, 0x08, 0x96, 0x24, 0x22 ]}; 15 [ 0x98, 0x85, 0x00, 0x60, 0x08, 0x96, 0x24, 0x22 ]};
16 16
17 extern(System) 17 //extern(System)
18 18
19 interface nsIJSContextStack : nsISupports { 19 interface nsIJSContextStack : nsISupports {
20 20
21 static const char[] IID_STR = NS_IJSCONTEXTSTACK_IID_STR; 21 static const char[] IID_STR = NS_IJSCONTEXTSTACK_IID_STR;
22 static const nsIID IID = NS_IJSCONTEXTSTACK_IID; 22 static const nsIID IID = NS_IJSCONTEXTSTACK_IID;
36 36
37 const nsIID NS_IJSCONTEXTSTACKITERATOR_IID= 37 const nsIID NS_IJSCONTEXTSTACKITERATOR_IID=
38 {0xc7e6b7aa, 0xfc12, 0x4ca7, 38 {0xc7e6b7aa, 0xfc12, 0x4ca7,
39 [ 0xb1, 0x40, 0x98, 0xc3, 0x8b, 0x69, 0x89, 0x61 ]}; 39 [ 0xb1, 0x40, 0x98, 0xc3, 0x8b, 0x69, 0x89, 0x61 ]};
40 40
41 extern(System) 41 //extern(System)
42 42
43 interface nsIJSContextStackIterator : nsISupports { 43 interface nsIJSContextStackIterator : nsISupports {
44 44
45 static const char[] IID_STR = NS_IJSCONTEXTSTACKITERATOR_IID_STR; 45 static const char[] IID_STR = NS_IJSCONTEXTSTACKITERATOR_IID_STR;
46 static const nsIID IID = NS_IJSCONTEXTSTACKITERATOR_IID; 46 static const nsIID IID = NS_IJSCONTEXTSTACKITERATOR_IID;
59 59
60 const nsIID NS_ITHREADJSCONTEXTSTACK_IID= 60 const nsIID NS_ITHREADJSCONTEXTSTACK_IID=
61 {0xa1339ae0, 0x05c1, 0x11d4, 61 {0xa1339ae0, 0x05c1, 0x11d4,
62 [ 0x8f, 0x92, 0x00, 0x10, 0xa4, 0xe7, 0x3d, 0x9a ]}; 62 [ 0x8f, 0x92, 0x00, 0x10, 0xa4, 0xe7, 0x3d, 0x9a ]};
63 63
64 extern(System) 64 //extern(System)
65 65
66 interface nsIThreadJSContextStack : nsIJSContextStack { 66 interface nsIThreadJSContextStack : nsIJSContextStack {
67 67
68 static const char[] IID_STR = NS_ITHREADJSCONTEXTSTACK_IID_STR; 68 static const char[] IID_STR = NS_ITHREADJSCONTEXTSTACK_IID_STR;
69 static const nsIID IID = NS_ITHREADJSCONTEXTSTACK_IID; 69 static const nsIID IID = NS_ITHREADJSCONTEXTSTACK_IID;