changeset 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
files dwt/internal/mozilla/nsIDOMEvent.d dwt/internal/mozilla/nsIDocShell.d dwt/internal/mozilla/nsIHelperAppLauncherDialog.d
diffstat 3 files changed, 9 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/internal/mozilla/nsIDOMEvent.d	Fri Oct 31 21:46:44 2008 -0700
+++ b/dwt/internal/mozilla/nsIDOMEvent.d	Fri Oct 31 23:35:10 2008 -0700
@@ -14,8 +14,6 @@
   {0xa66b7b80, 0xff46, 0xbd97, 
     [ 0x00, 0x80, 0x5f, 0x8a, 0xe3, 0x8a, 0xdd, 0x32 ]};
 
-//extern(System)
-
 interface nsIDOMEvent : nsISupports {
 
   static const char[] IID_STR = NS_IDOMEVENT_IID_STR;
--- a/dwt/internal/mozilla/nsIDocShell.d	Fri Oct 31 21:46:44 2008 -0700
+++ b/dwt/internal/mozilla/nsIDocShell.d	Fri Oct 31 23:35:10 2008 -0700
@@ -26,12 +26,10 @@
 
 ******************************************************************************/
 
-const char[] NS_IDOCSHELL_IID_STR = "9f0c7461-b9a4-47f6-b88c-421dce1bce66";
+const char[] NS_IDOCSHELL_IID_STR = "69e5de00-7b8b-11d3-af61-00a024ffc08c";
 
 const nsIID NS_IDOCSHELL_IID= 
-  {0x9f0c7461, 0xb9a4, 0x47f6, 
-    [ 0xb8, 0x8c, 0x42, 0x1d, 0xce, 0x1b, 0xce, 0x66 ]};
-
+  { 0x69e5de00, 0x7b8b, 0x11d3, [0xaf,0x61,0x00,0xa0,0x24,0xff,0xc0,0x8c] };
 interface nsIDocShell : nsISupports {
 
   static const char[] IID_STR = NS_IDOCSHELL_IID_STR;
@@ -131,11 +129,11 @@
 
 ******************************************************************************/
 
-const char[] NS_IDOCSHELL_1_8_IID_STR = "45988a14-b240-4d07-ae64-50ecca26e6d8";
+const char[] NS_IDOCSHELL_1_8_IID_STR = "9f0c7461-b9a4-47f6-b88c-421dce1bce66";
 
 const nsIID NS_IDOCSHELL_1_8_IID= 
-  {0x45988a14, 0xb240, 0x4d07, 
-    [ 0xae, 0x64, 0x50, 0xec, 0xca, 0x26, 0xe6, 0xd8 ]};
+    { 0x9f0c7461, 0xb9a4, 0x47f6, 
+       [ 0xb8,0xbc,0x42,0x1d,0xce,0x1b,0xce,0x66 ] }; 
 
 interface nsIDocShell_1_8 : nsIDocShell {
 
@@ -152,11 +150,10 @@
 
 ******************************************************************************/
 
-const char[] NS_IDOCSHELL_1_9_IID_STR = "45988a14-b240-4d07-ae64-50ecca26e6d8";
+const char[] NS_IDOCSHELL_1_9_IID_STR = "7d1cf6b9-daa3-476d-8f9f-9eb2a971a95c";
 
 const nsIID NS_IDOCSHELL_1_9_IID = 
-  {0x45988a14, 0xb240, 0x4d07, 
-    [ 0xae, 0x64, 0x50, 0xec, 0xca, 0x26, 0xe6, 0xd8 ]};
+  { 0x7d1cf6b9, 0xdaa3, 0x476d, [ 0x8f,0x9f,0x9e,0xb2,0xa9,0x71,0xa9,0x5c ]};
 
 interface nsIDocShell_1_9 : nsIDocShell_1_8 {
 
--- a/dwt/internal/mozilla/nsIHelperAppLauncherDialog.d	Fri Oct 31 21:46:44 2008 -0700
+++ b/dwt/internal/mozilla/nsIHelperAppLauncherDialog.d	Fri Oct 31 23:35:10 2008 -0700
@@ -6,11 +6,10 @@
 import dwt.internal.mozilla.nsIHelperAppLauncher;
 import dwt.internal.mozilla.nsILocalFile;
 
-const char[] NS_IHELPERAPPLAUNCHERDIALOG_IID_STR = "64355793-988d-40a5-ba8e-fcde78cac631";
+const char[] NS_IHELPERAPPLAUNCHERDIALOG_IID_STR = "d7ebddf0-4c84-11d4-807a-00600811a9c3";
 
 const nsIID NS_IHELPERAPPLAUNCHERDIALOG_IID= 
-  {0x64355793, 0x988d, 0x40a5, 
-    [ 0xba, 0x8e, 0xfc, 0xde, 0x78, 0xca, 0xc6, 0x31 ]};
+  { 0xd7ebddf0, 0x4c84, 0x11d4, [ 0x80,0x7a,0x00,0x60,0x08,0x11,0xa9,0xc3 ]};
 
 interface nsIHelperAppLauncherDialog : nsISupports {