comparison dwt/internal/mozilla/nsIDocShell.d @ 354:59b54fea05d0

Fixes for XPCOM 1.9 and anonymous classes
author john@andLinux
date Sun, 14 Dec 2008 02:13:20 -0500
parents 373b48b9eaf0
children
comparison
equal deleted inserted replaced
353:7f3013c93a95 354:59b54fea05d0
148 148
149 /****************************************************************************** 149 /******************************************************************************
150 150
151 ******************************************************************************/ 151 ******************************************************************************/
152 152
153 const char[] NS_IDOCSHELL_1_9_IID_STR = "7d1cf6b9-daa3-476d-8f9f-9eb2a971a95c"; 153 const char[] NS_IDOCSHELL_1_9_IID_STR = "10ed386d-8598-408c-b571-e75ad18edeb0";
154 154
155 const nsIID NS_IDOCSHELL_1_9_IID = 155 const nsIID NS_IDOCSHELL_1_9_IID =
156 { 0x7d1cf6b9, 0xdaa3, 0x476d, [ 0x8f,0x9f,0x9e,0xb2,0xa9,0x71,0xa9,0x5c ]}; 156 {0x10ed386d, 0x8598, 0x408c, [ 0xb5, 0x71, 0xe7, 0x5a, 0xd1, 0x8e, 0xde, 0xb0 ] };
157 157
158 interface nsIDocShell_1_9 : nsIDocShell_1_8 { 158 interface nsIDocShell_1_9 : nsIDocShell_1_8 {
159 159
160 static const char[] IID_STR = NS_IDOCSHELL_1_9_IID_STR; 160 static const char[] IID_STR = NS_IDOCSHELL_1_9_IID_STR;
161 static const nsIID IID = NS_IDOCSHELL_1_9_IID; 161 static const nsIID IID = NS_IDOCSHELL_1_9_IID;