comparison dwt/internal/mozilla/nsIOutputStream.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
17 17
18 const nsIID NS_IOUTPUTSTREAM_IID= 18 const nsIID NS_IOUTPUTSTREAM_IID=
19 {0x0d0acd2a, 0x61b4, 0x11d4, 19 {0x0d0acd2a, 0x61b4, 0x11d4,
20 [ 0x98, 0x77, 0x00, 0xc0, 0x4f, 0xa0, 0xcf, 0x4a ]}; 20 [ 0x98, 0x77, 0x00, 0xc0, 0x4f, 0xa0, 0xcf, 0x4a ]};
21 21
22 extern(System) 22 //extern(System)
23 23
24 interface nsIOutputStream : nsISupports { 24 interface nsIOutputStream : nsISupports {
25 25
26 static const char[] IID_STR = NS_IOUTPUTSTREAM_IID_STR; 26 static const char[] IID_STR = NS_IOUTPUTSTREAM_IID_STR;
27 static const nsIID IID = NS_IOUTPUTSTREAM_IID; 27 static const nsIID IID = NS_IOUTPUTSTREAM_IID;