diff options
Diffstat (limited to 'src/api/burn/balutil/inc/BalBaseBootstrapperApplication.h')
| -rw-r--r-- | src/api/burn/balutil/inc/BalBaseBootstrapperApplication.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/api/burn/balutil/inc/BalBaseBootstrapperApplication.h b/src/api/burn/balutil/inc/BalBaseBootstrapperApplication.h index 53fa369b..4c07ba89 100644 --- a/src/api/burn/balutil/inc/BalBaseBootstrapperApplication.h +++ b/src/api/burn/balutil/inc/BalBaseBootstrapperApplication.h | |||
| @@ -264,6 +264,17 @@ public: // IBootstrapperApplication | |||
| 264 | return S_OK; | 264 | return S_OK; |
| 265 | } | 265 | } |
| 266 | 266 | ||
| 267 | virtual STDMETHODIMP OnPlanRollbackBoundary( | ||
| 268 | __in_z LPCWSTR /*wzRollbackBoundaryId*/, | ||
| 269 | __in BOOL /*fRecommendedTransaction*/, | ||
| 270 | __inout BOOL* /*pfTransaction*/, | ||
| 271 | __inout BOOL* pfCancel | ||
| 272 | ) | ||
| 273 | { | ||
| 274 | *pfCancel |= CheckCanceled(); | ||
| 275 | return S_OK; | ||
| 276 | } | ||
| 277 | |||
| 267 | virtual STDMETHODIMP OnPlanPackageBegin( | 278 | virtual STDMETHODIMP OnPlanPackageBegin( |
| 268 | __in_z LPCWSTR /*wzPackageId*/, | 279 | __in_z LPCWSTR /*wzPackageId*/, |
| 269 | __in BOOTSTRAPPER_PACKAGE_STATE /*state*/, | 280 | __in BOOTSTRAPPER_PACKAGE_STATE /*state*/, |
