diff options
Diffstat (limited to '')
| -rw-r--r-- | src/api/burn/balutil/inc/BootstrapperApplicationBase.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/api/burn/balutil/inc/BootstrapperApplicationBase.h b/src/api/burn/balutil/inc/BootstrapperApplicationBase.h index a3a3643f..80bfd361 100644 --- a/src/api/burn/balutil/inc/BootstrapperApplicationBase.h +++ b/src/api/burn/balutil/inc/BootstrapperApplicationBase.h | |||
| @@ -129,7 +129,7 @@ public: // IBootstrapperApplication | |||
| 129 | } | 129 | } |
| 130 | 130 | ||
| 131 | virtual STDMETHODIMP OnDetectForwardCompatibleBundle( | 131 | virtual STDMETHODIMP OnDetectForwardCompatibleBundle( |
| 132 | __in_z LPCWSTR /*wzBundleId*/, | 132 | __in_z LPCWSTR /*wzBundleCode*/, |
| 133 | __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, | 133 | __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, |
| 134 | __in_z LPCWSTR /*wzBundleTag*/, | 134 | __in_z LPCWSTR /*wzBundleTag*/, |
| 135 | __in BOOL /*fPerMachine*/, | 135 | __in BOOL /*fPerMachine*/, |
| @@ -179,7 +179,7 @@ public: // IBootstrapperApplication | |||
| 179 | } | 179 | } |
| 180 | 180 | ||
| 181 | virtual STDMETHODIMP OnDetectRelatedBundle( | 181 | virtual STDMETHODIMP OnDetectRelatedBundle( |
| 182 | __in_z LPCWSTR /*wzBundleId*/, | 182 | __in_z LPCWSTR /*wzBundleCode*/, |
| 183 | __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, | 183 | __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, |
| 184 | __in_z LPCWSTR /*wzBundleTag*/, | 184 | __in_z LPCWSTR /*wzBundleTag*/, |
| 185 | __in BOOL /*fPerMachine*/, | 185 | __in BOOL /*fPerMachine*/, |
| @@ -276,7 +276,7 @@ public: // IBootstrapperApplication | |||
| 276 | } | 276 | } |
| 277 | 277 | ||
| 278 | virtual STDMETHODIMP OnPlanRelatedBundle( | 278 | virtual STDMETHODIMP OnPlanRelatedBundle( |
| 279 | __in_z LPCWSTR /*wzBundleId*/, | 279 | __in_z LPCWSTR /*wzBundleCode*/, |
| 280 | __in BOOTSTRAPPER_REQUEST_STATE /*recommendedState*/, | 280 | __in BOOTSTRAPPER_REQUEST_STATE /*recommendedState*/, |
| 281 | __inout BOOTSTRAPPER_REQUEST_STATE* /*pRequestedState*/, | 281 | __inout BOOTSTRAPPER_REQUEST_STATE* /*pRequestedState*/, |
| 282 | __inout BOOL* pfCancel | 282 | __inout BOOL* pfCancel |
| @@ -995,7 +995,7 @@ public: // IBootstrapperApplication | |||
| 995 | } | 995 | } |
| 996 | 996 | ||
| 997 | virtual STDMETHODIMP OnPlanForwardCompatibleBundle( | 997 | virtual STDMETHODIMP OnPlanForwardCompatibleBundle( |
| 998 | __in_z LPCWSTR /*wzBundleId*/, | 998 | __in_z LPCWSTR /*wzBundleCode*/, |
| 999 | __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, | 999 | __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, |
| 1000 | __in_z LPCWSTR /*wzBundleTag*/, | 1000 | __in_z LPCWSTR /*wzBundleTag*/, |
| 1001 | __in BOOL /*fPerMachine*/, | 1001 | __in BOOL /*fPerMachine*/, |
| @@ -1074,7 +1074,7 @@ public: // IBootstrapperApplication | |||
| 1074 | } | 1074 | } |
| 1075 | 1075 | ||
| 1076 | virtual STDMETHODIMP OnPlanRestoreRelatedBundle( | 1076 | virtual STDMETHODIMP OnPlanRestoreRelatedBundle( |
| 1077 | __in_z LPCWSTR /*wzBundleId*/, | 1077 | __in_z LPCWSTR /*wzBundleCode*/, |
| 1078 | __in BOOTSTRAPPER_REQUEST_STATE /*recommendedState*/, | 1078 | __in BOOTSTRAPPER_REQUEST_STATE /*recommendedState*/, |
| 1079 | __inout BOOTSTRAPPER_REQUEST_STATE* /*pRequestedState*/, | 1079 | __inout BOOTSTRAPPER_REQUEST_STATE* /*pRequestedState*/, |
| 1080 | __inout BOOL* pfCancel | 1080 | __inout BOOL* pfCancel |
| @@ -1085,7 +1085,7 @@ public: // IBootstrapperApplication | |||
| 1085 | } | 1085 | } |
| 1086 | 1086 | ||
| 1087 | virtual STDMETHODIMP OnPlanRelatedBundleType( | 1087 | virtual STDMETHODIMP OnPlanRelatedBundleType( |
| 1088 | __in_z LPCWSTR /*wzBundleId*/, | 1088 | __in_z LPCWSTR /*wzBundleCode*/, |
| 1089 | __in BOOTSTRAPPER_RELATED_BUNDLE_PLAN_TYPE /*recommendedType*/, | 1089 | __in BOOTSTRAPPER_RELATED_BUNDLE_PLAN_TYPE /*recommendedType*/, |
| 1090 | __inout BOOTSTRAPPER_RELATED_BUNDLE_PLAN_TYPE* /*pRequestedType*/, | 1090 | __inout BOOTSTRAPPER_RELATED_BUNDLE_PLAN_TYPE* /*pRequestedType*/, |
| 1091 | __inout BOOL* pfCancel | 1091 | __inout BOOL* pfCancel |
| @@ -1115,7 +1115,7 @@ public: // IBootstrapperApplication | |||
| 1115 | 1115 | ||
| 1116 | virtual STDMETHODIMP OnDetectRelatedBundlePackage( | 1116 | virtual STDMETHODIMP OnDetectRelatedBundlePackage( |
| 1117 | __in_z LPCWSTR /*wzPackageId*/, | 1117 | __in_z LPCWSTR /*wzPackageId*/, |
| 1118 | __in_z LPCWSTR /*wzBundleId*/, | 1118 | __in_z LPCWSTR /*wzBundleCode*/, |
| 1119 | __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, | 1119 | __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, |
| 1120 | __in BOOL /*fPerMachine*/, | 1120 | __in BOOL /*fPerMachine*/, |
| 1121 | __in_z LPCWSTR /*wzVersion*/, | 1121 | __in_z LPCWSTR /*wzVersion*/, |
