comparison dwt/internal/mozilla/nsIHelperAppLauncherDialog.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
comparison
equal deleted inserted replaced
348:9a4d7706df52 349:676785ef6d24
4 import dwt.internal.mozilla.nsID; 4 import dwt.internal.mozilla.nsID;
5 import dwt.internal.mozilla.nsISupports; 5 import dwt.internal.mozilla.nsISupports;
6 import dwt.internal.mozilla.nsIHelperAppLauncher; 6 import dwt.internal.mozilla.nsIHelperAppLauncher;
7 import dwt.internal.mozilla.nsILocalFile; 7 import dwt.internal.mozilla.nsILocalFile;
8 8
9 const char[] NS_IHELPERAPPLAUNCHERDIALOG_IID_STR = "64355793-988d-40a5-ba8e-fcde78cac631"; 9 const char[] NS_IHELPERAPPLAUNCHERDIALOG_IID_STR = "d7ebddf0-4c84-11d4-807a-00600811a9c3";
10 10
11 const nsIID NS_IHELPERAPPLAUNCHERDIALOG_IID= 11 const nsIID NS_IHELPERAPPLAUNCHERDIALOG_IID=
12 {0x64355793, 0x988d, 0x40a5, 12 { 0xd7ebddf0, 0x4c84, 0x11d4, [ 0x80,0x7a,0x00,0x60,0x08,0x11,0xa9,0xc3 ]};
13 [ 0xba, 0x8e, 0xfc, 0xde, 0x78, 0xca, 0xc6, 0x31 ]};
14 13
15 interface nsIHelperAppLauncherDialog : nsISupports { 14 interface nsIHelperAppLauncherDialog : nsISupports {
16 15
17 static const char[] IID_STR = NS_IHELPERAPPLAUNCHERDIALOG_IID_STR; 16 static const char[] IID_STR = NS_IHELPERAPPLAUNCHERDIALOG_IID_STR;
18 static const nsIID IID = NS_IHELPERAPPLAUNCHERDIALOG_IID; 17 static const nsIID IID = NS_IHELPERAPPLAUNCHERDIALOG_IID;