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

Ongoing fixup for compile
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 21:19:51 -0700
parents 3dfa75c74ed2
children 9a4d7706df52
comparison
equal deleted inserted replaced
340:3f4a5c7d138f 341:942da4b6558a
15 15
16 const nsIID NS_IINPUTSTREAM_IID= 16 const nsIID NS_IINPUTSTREAM_IID=
17 {0xfa9c7f6c, 0x61b3, 0x11d4, 17 {0xfa9c7f6c, 0x61b3, 0x11d4,
18 [ 0x98, 0x77, 0x00, 0xc0, 0x4f, 0xa0, 0xcf, 0x4a ]}; 18 [ 0x98, 0x77, 0x00, 0xc0, 0x4f, 0xa0, 0xcf, 0x4a ]};
19 19
20 extern(System) 20 //extern(System)
21 21
22 interface nsIInputStream : nsISupports { 22 interface nsIInputStream : nsISupports {
23 23
24 static const char[] IID_STR = NS_IINPUTSTREAM_IID_STR; 24 static const char[] IID_STR = NS_IINPUTSTREAM_IID_STR;
25 static const nsIID IID = NS_IINPUTSTREAM_IID; 25 static const nsIID IID = NS_IINPUTSTREAM_IID;