comparison dwt/internal/mozilla/nsIExternalHelperAppService.d @ 341:942da4b6558a

Ongoing fixup for compile
author John Reimer <terminal.node@gmail.com>
date Sun, 26 Oct 2008 21:19:51 -0700
parents dd63eb078d7a
children
comparison
equal deleted inserted replaced
340:3f4a5c7d138f 341:942da4b6558a
23 23
24 const nsIID NS_IEXTERNALHELPERAPPSERVICE_IID= 24 const nsIID NS_IEXTERNALHELPERAPPSERVICE_IID=
25 {0x0ea90cf3, 0x2dd9, 0x470f, 25 {0x0ea90cf3, 0x2dd9, 0x470f,
26 [ 0x8f, 0x76, 0xf1, 0x41, 0x74, 0x3c, 0x56, 0x78 ]}; 26 [ 0x8f, 0x76, 0xf1, 0x41, 0x74, 0x3c, 0x56, 0x78 ]};
27 27
28 extern(System) 28 //extern(System)
29 29
30 interface nsIExternalHelperAppService : nsISupports { 30 interface nsIExternalHelperAppService : nsISupports {
31 31
32 static const char[] IID_STR = NS_IEXTERNALHELPERAPPSERVICE_IID_STR; 32 static const char[] IID_STR = NS_IEXTERNALHELPERAPPSERVICE_IID_STR;
33 static const nsIID IID = NS_IEXTERNALHELPERAPPSERVICE_IID; 33 static const nsIID IID = NS_IEXTERNALHELPERAPPSERVICE_IID;
45 45
46 const nsIID NS_PIEXTERNALAPPLAUNCHER_IID= 46 const nsIID NS_PIEXTERNALAPPLAUNCHER_IID=
47 {0xd0b5d7d3, 0x9565, 0x403d, 47 {0xd0b5d7d3, 0x9565, 0x403d,
48 [ 0x9f, 0xb5, 0xe5, 0x08, 0x9c, 0x45, 0x67, 0xc6 ]}; 48 [ 0x9f, 0xb5, 0xe5, 0x08, 0x9c, 0x45, 0x67, 0xc6 ]};
49 49
50 extern(System) 50 //extern(System)
51 51
52 interface nsPIExternalAppLauncher : nsISupports { 52 interface nsPIExternalAppLauncher : nsISupports {
53 53
54 static const char[] IID_STR = NS_PIEXTERNALAPPLAUNCHER_IID_STR; 54 static const char[] IID_STR = NS_PIEXTERNALAPPLAUNCHER_IID_STR;
55 static const nsIID IID = NS_PIEXTERNALAPPLAUNCHER_IID; 55 static const nsIID IID = NS_PIEXTERNALAPPLAUNCHER_IID;
66 66
67 const nsIID NS_IHELPERAPPLAUNCHER_IID= 67 const nsIID NS_IHELPERAPPLAUNCHER_IID=
68 {0x99a0882d, 0x2ff9, 0x4659, 68 {0x99a0882d, 0x2ff9, 0x4659,
69 [ 0x99, 0x52, 0x9a, 0xc5, 0x31, 0xba, 0x55, 0x92 ]}; 69 [ 0x99, 0x52, 0x9a, 0xc5, 0x31, 0xba, 0x55, 0x92 ]};
70 70
71 extern(System) 71 //extern(System)
72 72
73 interface nsIHelperAppLauncher : nsICancelable { 73 interface nsIHelperAppLauncher : nsICancelable {
74 74
75 static const char[] IID_STR = NS_IHELPERAPPLAUNCHER_IID_STR; 75 static const char[] IID_STR = NS_IHELPERAPPLAUNCHER_IID_STR;
76 static const nsIID IID = NS_IHELPERAPPLAUNCHER_IID; 76 static const nsIID IID = NS_IHELPERAPPLAUNCHER_IID;