comparison dwt/internal/mozilla/nsIContextMenuListener2.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
13 13
14 const nsIID NS_ICONTEXTMENULISTENER2_IID= 14 const nsIID NS_ICONTEXTMENULISTENER2_IID=
15 {0x7fb719b3, 0xd804, 0x4964, 15 {0x7fb719b3, 0xd804, 0x4964,
16 [ 0x95, 0x96, 0x77, 0xcf, 0x92, 0x4e, 0xe3, 0x14 ]}; 16 [ 0x95, 0x96, 0x77, 0xcf, 0x92, 0x4e, 0xe3, 0x14 ]};
17 17
18 extern(System) 18 //extern(System)
19 19
20 interface nsIContextMenuListener2 : nsISupports { 20 interface nsIContextMenuListener2 : nsISupports {
21 21
22 static const char[] IID_STR = NS_ICONTEXTMENULISTENER2_IID_STR; 22 static const char[] IID_STR = NS_ICONTEXTMENULISTENER2_IID_STR;
23 static const nsIID IID = NS_ICONTEXTMENULISTENER2_IID; 23 static const nsIID IID = NS_ICONTEXTMENULISTENER2_IID;
41 41
42 const nsIID NS_ICONTEXTMENUINFO_IID= 42 const nsIID NS_ICONTEXTMENUINFO_IID=
43 {0x2f977d56, 0x5485, 0x11d4, 43 {0x2f977d56, 0x5485, 0x11d4,
44 [ 0x87, 0xe2, 0x00, 0x10, 0xa4, 0xe7, 0x5e, 0xf2 ]}; 44 [ 0x87, 0xe2, 0x00, 0x10, 0xa4, 0xe7, 0x5e, 0xf2 ]};
45 45
46 extern(System) 46 //extern(System)
47 47
48 interface nsIContextMenuInfo : nsISupports { 48 interface nsIContextMenuInfo : nsISupports {
49 49
50 static const char[] IID_STR = NS_ICONTEXTMENUINFO_IID_STR; 50 static const char[] IID_STR = NS_ICONTEXTMENUINFO_IID_STR;
51 static const nsIID IID = NS_ICONTEXTMENUINFO_IID; 51 static const nsIID IID = NS_ICONTEXTMENUINFO_IID;