comparison dwt/internal/mozilla/nsIDocShell.d @ 349:676785ef6d24

Update XPCOM Interfaces for correct interface ID's per SWT
author John Reimer <terminal.node@gmail.com>
date Fri, 31 Oct 2008 23:35:10 -0700
parents 9a4d7706df52
children 373b48b9eaf0
comparison
equal deleted inserted replaced
348:9a4d7706df52 349:676785ef6d24
24 24
25 /****************************************************************************** 25 /******************************************************************************
26 26
27 ******************************************************************************/ 27 ******************************************************************************/
28 28
29 const char[] NS_IDOCSHELL_IID_STR = "9f0c7461-b9a4-47f6-b88c-421dce1bce66"; 29 const char[] NS_IDOCSHELL_IID_STR = "69e5de00-7b8b-11d3-af61-00a024ffc08c";
30 30
31 const nsIID NS_IDOCSHELL_IID= 31 const nsIID NS_IDOCSHELL_IID=
32 {0x9f0c7461, 0xb9a4, 0x47f6, 32 { 0x69e5de00, 0x7b8b, 0x11d3, [0xaf,0x61,0x00,0xa0,0x24,0xff,0xc0,0x8c] };
33 [ 0xb8, 0x8c, 0x42, 0x1d, 0xce, 0x1b, 0xce, 0x66 ]};
34
35 interface nsIDocShell : nsISupports { 33 interface nsIDocShell : nsISupports {
36 34
37 static const char[] IID_STR = NS_IDOCSHELL_IID_STR; 35 static const char[] IID_STR = NS_IDOCSHELL_IID_STR;
38 static const nsIID IID = NS_IDOCSHELL_IID; 36 static const nsIID IID = NS_IDOCSHELL_IID;
39 37
129 127
130 /****************************************************************************** 128 /******************************************************************************
131 129
132 ******************************************************************************/ 130 ******************************************************************************/
133 131
134 const char[] NS_IDOCSHELL_1_8_IID_STR = "45988a14-b240-4d07-ae64-50ecca26e6d8"; 132 const char[] NS_IDOCSHELL_1_8_IID_STR = "9f0c7461-b9a4-47f6-b88c-421dce1bce66";
135 133
136 const nsIID NS_IDOCSHELL_1_8_IID= 134 const nsIID NS_IDOCSHELL_1_8_IID=
137 {0x45988a14, 0xb240, 0x4d07, 135 { 0x9f0c7461, 0xb9a4, 0x47f6,
138 [ 0xae, 0x64, 0x50, 0xec, 0xca, 0x26, 0xe6, 0xd8 ]}; 136 [ 0xb8,0xbc,0x42,0x1d,0xce,0x1b,0xce,0x66 ] };
139 137
140 interface nsIDocShell_1_8 : nsIDocShell { 138 interface nsIDocShell_1_8 : nsIDocShell {
141 139
142 static const char[] IID_STR = NS_IDOCSHELL_1_8_IID_STR; 140 static const char[] IID_STR = NS_IDOCSHELL_1_8_IID_STR;
143 static const nsIID IID = NS_IDOCSHELL_1_8_IID; 141 static const nsIID IID = NS_IDOCSHELL_1_8_IID;
150 148
151 /****************************************************************************** 149 /******************************************************************************
152 150
153 ******************************************************************************/ 151 ******************************************************************************/
154 152
155 const char[] NS_IDOCSHELL_1_9_IID_STR = "45988a14-b240-4d07-ae64-50ecca26e6d8"; 153 const char[] NS_IDOCSHELL_1_9_IID_STR = "7d1cf6b9-daa3-476d-8f9f-9eb2a971a95c";
156 154
157 const nsIID NS_IDOCSHELL_1_9_IID = 155 const nsIID NS_IDOCSHELL_1_9_IID =
158 {0x45988a14, 0xb240, 0x4d07, 156 { 0x7d1cf6b9, 0xdaa3, 0x476d, [ 0x8f,0x9f,0x9e,0xb2,0xa9,0x71,0xa9,0x5c ]};
159 [ 0xae, 0x64, 0x50, 0xec, 0xca, 0x26, 0xe6, 0xd8 ]};
160 157
161 interface nsIDocShell_1_9 : nsIDocShell_1_8 { 158 interface nsIDocShell_1_9 : nsIDocShell_1_8 {
162 159
163 static const char[] IID_STR = NS_IDOCSHELL_1_9_IID_STR; 160 static const char[] IID_STR = NS_IDOCSHELL_1_9_IID_STR;
164 static const nsIID IID = NS_IDOCSHELL_1_9_IID; 161 static const nsIID IID = NS_IDOCSHELL_1_9_IID;