aboutsummaryrefslogtreecommitdiff
path: root/src/engine/plan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/plan.h')
-rw-r--r--src/engine/plan.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/engine/plan.h b/src/engine/plan.h
index 6c12b5fa..2f6c9dd3 100644
--- a/src/engine/plan.h
+++ b/src/engine/plan.h
@@ -380,6 +380,7 @@ HRESULT PlanDefaultPackageRequestState(
380 __in BURN_PACKAGE_TYPE packageType, 380 __in BURN_PACKAGE_TYPE packageType,
381 __in BOOTSTRAPPER_PACKAGE_STATE currentState, 381 __in BOOTSTRAPPER_PACKAGE_STATE currentState,
382 __in BOOL fPermanent, 382 __in BOOL fPermanent,
383 __in BURN_CACHE_TYPE cacheType,
383 __in BOOTSTRAPPER_ACTION action, 384 __in BOOTSTRAPPER_ACTION action,
384 __in BURN_VARIABLES* pVariables, 385 __in BURN_VARIABLES* pVariables,
385 __in_z_opt LPCWSTR wzInstallCondition, 386 __in_z_opt LPCWSTR wzInstallCondition,
@@ -439,14 +440,6 @@ HRESULT PlanLayoutPackage(
439 __in BURN_PACKAGE* pPackage, 440 __in BURN_PACKAGE* pPackage,
440 __in_z_opt LPCWSTR wzLayoutDirectory 441 __in_z_opt LPCWSTR wzLayoutDirectory
441 ); 442 );
442HRESULT PlanCachePackage(
443 __in BOOL fPerMachine,
444 __in BURN_USER_EXPERIENCE* pUserExperience,
445 __in BURN_PLAN* pPlan,
446 __in BURN_PACKAGE* pPackage,
447 __in BURN_VARIABLES* pVariables,
448 __out HANDLE* phSyncpointEvent
449 );
450HRESULT PlanExecutePackage( 443HRESULT PlanExecutePackage(
451 __in BOOL fPerMachine, 444 __in BOOL fPerMachine,
452 __in BOOTSTRAPPER_DISPLAY display, 445 __in BOOTSTRAPPER_DISPLAY display,