comparison dwt/internal/mozilla/nsIEventQueue.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
7 const char[] NS_IEVENTQUEUE_IID_STR = "176afb41-00a4-11d3-9f2a-00400553eef0"; 7 const char[] NS_IEVENTQUEUE_IID_STR = "176afb41-00a4-11d3-9f2a-00400553eef0";
8 const nsIID NS_IEVENTQUEUE_IID= 8 const nsIID NS_IEVENTQUEUE_IID=
9 {0x176afb41, 0x00a4, 0x11d3, 9 {0x176afb41, 0x00a4, 0x11d3,
10 [ 0x9f, 0x2a, 0x00, 0x40, 0x05, 0x53, 0xee, 0xf0 ]}; 10 [ 0x9f, 0x2a, 0x00, 0x40, 0x05, 0x53, 0xee, 0xf0 ]};
11 11
12 extern(System) 12 //extern(System)
13 13
14 interface nsIEventQueue : nsIEventTarget { 14 interface nsIEventQueue : nsIEventTarget {
15 static const char[] IID_STR = NS_IEVENTQUEUE_IID_STR; 15 static const char[] IID_STR = NS_IEVENTQUEUE_IID_STR;
16 static const nsIID IID = NS_IEVENTQUEUE_IID; 16 static const nsIID IID = NS_IEVENTQUEUE_IID;
17 17