comparison dwt/internal/mozilla/nsIContentViewer.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
15 15
16 const nsIID NS_ICONTENTVIEWER_IID= 16 const nsIID NS_ICONTENTVIEWER_IID=
17 {0x6a7ddb40, 0x8a9e, 0x4576, 17 {0x6a7ddb40, 0x8a9e, 0x4576,
18 [ 0x8a, 0xd1, 0x71, 0xc5, 0x64, 0x1d, 0x87, 0x80 ]}; 18 [ 0x8a, 0xd1, 0x71, 0xc5, 0x64, 0x1d, 0x87, 0x80 ]};
19 19
20 extern(System) 20 //extern(System)
21 21
22 interface nsIContentViewer : nsISupports { 22 interface nsIContentViewer : nsISupports {
23 23
24 static const char[] IID_STR = NS_ICONTENTVIEWER_IID_STR; 24 static const char[] IID_STR = NS_ICONTENTVIEWER_IID_STR;
25 static const nsIID IID = NS_ICONTENTVIEWER_IID; 25 static const nsIID IID = NS_ICONTENTVIEWER_IID;
61 61
62 const nsIID NS_ICONTENTVIEWER_MOZILLA_1_8_BRANCH_IID= 62 const nsIID NS_ICONTENTVIEWER_MOZILLA_1_8_BRANCH_IID=
63 {0x51341ed4, 0xa3bf, 0x4fd5, 63 {0x51341ed4, 0xa3bf, 0x4fd5,
64 [ 0xae, 0x17, 0x5f, 0xd3, 0xec, 0x59, 0xdc, 0xab ]}; 64 [ 0xae, 0x17, 0x5f, 0xd3, 0xec, 0x59, 0xdc, 0xab ]};
65 65
66 extern(System) 66 //extern(System)
67 67
68 interface nsIContentViewer_MOZILLA_1_8_BRANCH : nsISupports { 68 interface nsIContentViewer_MOZILLA_1_8_BRANCH : nsISupports {
69 69
70 static const char[] IID_STR = NS_ICONTENTVIEWER_MOZILLA_1_8_BRANCH_IID_STR; 70 static const char[] IID_STR = NS_ICONTENTVIEWER_MOZILLA_1_8_BRANCH_IID_STR;
71 static const nsIID IID = NS_ICONTENTVIEWER_MOZILLA_1_8_BRANCH_IID; 71 static const nsIID IID = NS_ICONTENTVIEWER_MOZILLA_1_8_BRANCH_IID;