diff options
Diffstat (limited to '')
-rw-r--r-- | src/engine/plan.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/engine/plan.h b/src/engine/plan.h index 2f6c9dd3..23e4e312 100644 --- a/src/engine/plan.h +++ b/src/engine/plan.h | |||
@@ -382,8 +382,7 @@ HRESULT PlanDefaultPackageRequestState( | |||
382 | __in BOOL fPermanent, | 382 | __in BOOL fPermanent, |
383 | __in BURN_CACHE_TYPE cacheType, | 383 | __in BURN_CACHE_TYPE cacheType, |
384 | __in BOOTSTRAPPER_ACTION action, | 384 | __in BOOTSTRAPPER_ACTION action, |
385 | __in BURN_VARIABLES* pVariables, | 385 | __in BOOL fInstallCondition, |
386 | __in_z_opt LPCWSTR wzInstallCondition, | ||
387 | __in BOOTSTRAPPER_RELATION_TYPE relationType, | 386 | __in BOOTSTRAPPER_RELATION_TYPE relationType, |
388 | __out BOOTSTRAPPER_REQUEST_STATE* pRequestState | 387 | __out BOOTSTRAPPER_REQUEST_STATE* pRequestState |
389 | ); | 388 | ); |
@@ -396,13 +395,11 @@ HRESULT PlanLayoutBundle( | |||
396 | __out_z LPWSTR* psczLayoutDirectory | 395 | __out_z LPWSTR* psczLayoutDirectory |
397 | ); | 396 | ); |
398 | HRESULT PlanPackages( | 397 | HRESULT PlanPackages( |
399 | __in BURN_REGISTRATION* pRegistration, | ||
400 | __in BURN_USER_EXPERIENCE* pUX, | 398 | __in BURN_USER_EXPERIENCE* pUX, |
401 | __in BURN_PACKAGES* pPackages, | 399 | __in BURN_PACKAGES* pPackages, |
402 | __in BURN_PLAN* pPlan, | 400 | __in BURN_PLAN* pPlan, |
403 | __in BURN_LOGGING* pLog, | 401 | __in BURN_LOGGING* pLog, |
404 | __in BURN_VARIABLES* pVariables, | 402 | __in BURN_VARIABLES* pVariables, |
405 | __in BOOL fBundleInstalled, | ||
406 | __in BOOTSTRAPPER_DISPLAY display, | 403 | __in BOOTSTRAPPER_DISPLAY display, |
407 | __in BOOTSTRAPPER_RELATION_TYPE relationType, | 404 | __in BOOTSTRAPPER_RELATION_TYPE relationType, |
408 | __in_z_opt LPCWSTR wzLayoutDirectory, | 405 | __in_z_opt LPCWSTR wzLayoutDirectory, |