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

Ongoing fixup for compile
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 21:19:51 -0700
parents eec6ddb07873
children 8198e6052012
comparison
equal deleted inserted replaced
340:3f4a5c7d138f 341:942da4b6558a
14 14
15 const nsIID NS_IDOWNLOAD_IID= 15 const nsIID NS_IDOWNLOAD_IID=
16 {0x9e1fd9f2, 0x9727, 0x4926, 16 {0x9e1fd9f2, 0x9727, 0x4926,
17 [ 0x85, 0xcd, 0xf1, 0x6c, 0x37, 0x5b, 0xba, 0x6d ]}; 17 [ 0x85, 0xcd, 0xf1, 0x6c, 0x37, 0x5b, 0xba, 0x6d ]};
18 18
19 extern(System) 19 //extern(System)
20 20
21 interface nsIDownload : nsISuppports { 21 interface nsIDownload : nsISuppports {
22 22
23 static const char[] IID_STR = NS_IDOWNLOAD_IID_STR; 23 static const char[] IID_STR = NS_IDOWNLOAD_IID_STR;
24 static const nsIID IID = NS_IDOWNLOAD_IID; 24 static const nsIID IID = NS_IDOWNLOAD_IID;