comparison dwt/internal/mozilla/nsIDOMEvent.d @ 349:676785ef6d24

Update XPCOM Interfaces for correct interface ID's per SWT
author John Reimer <terminal.node@gmail.com>
date Fri, 31 Oct 2008 23:35:10 -0700
parents 9a4d7706df52
children
comparison
equal deleted inserted replaced
348:9a4d7706df52 349:676785ef6d24
11 const char[] NS_IDOMEVENT_IID_STR = "a66b7b80-ff46-bd97-0080-5f8ae38add32"; 11 const char[] NS_IDOMEVENT_IID_STR = "a66b7b80-ff46-bd97-0080-5f8ae38add32";
12 12
13 const nsIID NS_IDOMEVENT_IID= 13 const nsIID NS_IDOMEVENT_IID=
14 {0xa66b7b80, 0xff46, 0xbd97, 14 {0xa66b7b80, 0xff46, 0xbd97,
15 [ 0x00, 0x80, 0x5f, 0x8a, 0xe3, 0x8a, 0xdd, 0x32 ]}; 15 [ 0x00, 0x80, 0x5f, 0x8a, 0xe3, 0x8a, 0xdd, 0x32 ]};
16
17 //extern(System)
18 16
19 interface nsIDOMEvent : nsISupports { 17 interface nsIDOMEvent : nsISupports {
20 18
21 static const char[] IID_STR = NS_IDOMEVENT_IID_STR; 19 static const char[] IID_STR = NS_IDOMEVENT_IID_STR;
22 static const nsIID IID = NS_IDOMEVENT_IID; 20 static const nsIID IID = NS_IDOMEVENT_IID;