comparison dwt/internal/mozilla/nsIChannel.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
14 const char[] NS_ICHANNEL_IID_STR = "c63a055a-a676-4e71-bf3c-6cfa11082018"; 14 const char[] NS_ICHANNEL_IID_STR = "c63a055a-a676-4e71-bf3c-6cfa11082018";
15 const nsIID NS_ICHANNEL_IID= 15 const nsIID NS_ICHANNEL_IID=
16 {0xc63a055a, 0xa676, 0x4e71, 16 {0xc63a055a, 0xa676, 0x4e71,
17 [ 0xbf, 0x3c, 0x6c, 0xfa, 0x11, 0x08, 0x20, 0x18 ]}; 17 [ 0xbf, 0x3c, 0x6c, 0xfa, 0x11, 0x08, 0x20, 0x18 ]};
18 18
19 extern(System) 19 //extern(System)
20 20
21 interface nsIChannel : nsIRequest { 21 interface nsIChannel : nsIRequest {
22 22
23 static const char[] IID_STR = NS_ICHANNEL_IID_STR; 23 static const char[] IID_STR = NS_ICHANNEL_IID_STR;
24 static const nsIID IID = NS_ICHANNEL_IID; 24 static const nsIID IID = NS_ICHANNEL_IID;