comparison dwt/internal/mozilla/nsIDocShellTreeOwner.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_IDOCSHELLTREEOWNER_IID= 16 const nsIID NS_IDOCSHELLTREEOWNER_IID=
17 {0x9e508466, 0x5ebb, 0x4618, 17 {0x9e508466, 0x5ebb, 0x4618,
18 [ 0xab, 0xfa, 0x9a, 0xd4, 0x7b, 0xed, 0x0b, 0x2e ]}; 18 [ 0xab, 0xfa, 0x9a, 0xd4, 0x7b, 0xed, 0x0b, 0x2e ]};
19 19
20 extern(System) 20 //extern(System)
21 21
22 interface nsIDocShellTreeOwner : nsISupports { 22 interface nsIDocShellTreeOwner : nsISupports {
23 23
24 static const char[] IID_STR = NS_IDOCSHELLTREEOWNER_IID_STR; 24 static const char[] IID_STR = NS_IDOCSHELLTREEOWNER_IID_STR;
25 static const nsIID IID = NS_IDOCSHELLTREEOWNER_IID; 25 static const nsIID IID = NS_IDOCSHELLTREEOWNER_IID;
41 41
42 const nsIID NS_IDOCSHELLTREEOWNER_MOZILLA_1_8_BRANCH_IID= 42 const nsIID NS_IDOCSHELLTREEOWNER_MOZILLA_1_8_BRANCH_IID=
43 {0x3c2a6927, 0xe923, 0x4ea8, 43 {0x3c2a6927, 0xe923, 0x4ea8,
44 [ 0xbb, 0xda, 0xa3, 0x35, 0xc7, 0x68, 0xce, 0x4e ]}; 44 [ 0xbb, 0xda, 0xa3, 0x35, 0xc7, 0x68, 0xce, 0x4e ]};
45 45
46 extern(System) 46 //extern(System)
47 47
48 interface nsIDocShellTreeOwner_MOZILLA_1_8_BRANCH : nsIDocShellTreeOwner { 48 interface nsIDocShellTreeOwner_MOZILLA_1_8_BRANCH : nsIDocShellTreeOwner {
49 49
50 static const char[] IID_STR = NS_IDOCSHELLTREEOWNER_MOZILLA_1_8_BRANCH_IID_STR; 50 static const char[] IID_STR = NS_IDOCSHELLTREEOWNER_MOZILLA_1_8_BRANCH_IID_STR;
51 static const nsIID IID = NS_IDOCSHELLTREEOWNER_MOZILLA_1_8_BRANCH_IID; 51 static const nsIID IID = NS_IDOCSHELLTREEOWNER_MOZILLA_1_8_BRANCH_IID;