comparison dwt/internal/mozilla/nsIProgressDialog_1_8.d @ 341:942da4b6558a

Ongoing fixup for compile
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 21:19:51 -0700
parents 44258e0b6687
children 8198e6052012
comparison
equal deleted inserted replaced
340:3f4a5c7d138f 341:942da4b6558a
11 11
12 const nsIID NS_IPROGRESSDIALOG_IID= 12 const nsIID NS_IPROGRESSDIALOG_IID=
13 {0x20e790a2, 0x76c6, 0x462d, 13 {0x20e790a2, 0x76c6, 0x462d,
14 [ 0x85, 0x1a, 0x22, 0xab, 0x6c, 0xbb, 0xe4, 0x8b ]}; 14 [ 0x85, 0x1a, 0x22, 0xab, 0x6c, 0xbb, 0xe4, 0x8b ]};
15 15
16 extern(System) 16 //extern(System)
17 17
18 interface nsIProgressDialog_1_8 : nsIDownload_1_8 { 18 interface nsIProgressDialog_1_8 : nsIDownload_1_8 {
19 19
20 static const char[] IID_STR = NS_IPROGRESSDIALOG_IID_STR; 20 static const char[] IID_STR = NS_IPROGRESSDIALOG_IID_STR;
21 static const nsIID IID = NS_IPROGRESSDIALOG_IID; 21 static const nsIID IID = NS_IPROGRESSDIALOG_IID;