comparison dwt/internal/mozilla/nsIDocShell.d @ 343:96243e3ebcf0

Mozilla.d compiles successfully :)
author John Reimer <terminal.node@gmail.com>
date Mon, 27 Oct 2008 06:28:02 -0700
parents 942da4b6558a
children 9a4d7706df52
comparison
equal deleted inserted replaced
342:8d03ae013e53 343:96243e3ebcf0
138 {0x45988a14, 0xb240, 0x4d07, 138 {0x45988a14, 0xb240, 0x4d07,
139 [ 0xae, 0x64, 0x50, 0xec, 0xca, 0x26, 0xe6, 0xd8 ]}; 139 [ 0xae, 0x64, 0x50, 0xec, 0xca, 0x26, 0xe6, 0xd8 ]};
140 140
141 //extern(System) 141 //extern(System)
142 142
143 interface nsIDocShell_1_8 : nsISupports { 143 interface nsIDocShell_1_8 : nsIDocShell {
144 144
145 static const char[] IID_STR = NS_IDOCSHELL_1_8_IID_STR; 145 static const char[] IID_STR = NS_IDOCSHELL_1_8_IID_STR;
146 static const nsIID IID = NS_IDOCSHELL_1_8_IID; 146 static const nsIID IID = NS_IDOCSHELL_1_8_IID;
147 147
148 nsresult GetSessionStorageForURI(nsIURI uri, nsIDOMStorage *_retval); 148 nsresult GetSessionStorageForURI(nsIURI uri, nsIDOMStorage *_retval);
160 {0x45988a14, 0xb240, 0x4d07, 160 {0x45988a14, 0xb240, 0x4d07,
161 [ 0xae, 0x64, 0x50, 0xec, 0xca, 0x26, 0xe6, 0xd8 ]}; 161 [ 0xae, 0x64, 0x50, 0xec, 0xca, 0x26, 0xe6, 0xd8 ]};
162 162
163 //extern(System) 163 //extern(System)
164 164
165 interface nsIDocShell_1_9 : nsISupports { 165 interface nsIDocShell_1_9 : nsIDocShell_1_8 {
166 166
167 static const char[] IID_STR = NS_IDOCSHELL_1_9_IID_STR; 167 static const char[] IID_STR = NS_IDOCSHELL_1_9_IID_STR;
168 static const nsIID IID = NS_IDOCSHELL_1_9_IID; 168 static const nsIID IID = NS_IDOCSHELL_1_9_IID;
169 169
170 nsresult GetSessionStorageForURI(nsIURI uri, nsIDOMStorage *_retval); 170 nsresult GetSessionStorageForURI(nsIURI uri, nsIDOMStorage *_retval);