aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/logging.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-03-13 23:45:32 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-03-14 14:53:29 -0500
commit4cd1c4e06145434ca940ac828772dc47b9d9738e (patch)
treea754d685039173c63303dc6d0d8b1a2bf3ab506b /src/burn/engine/logging.h
parent89adb2e3cc232b11b28e5bdeccb0c522c8124a29 (diff)
downloadwix-4cd1c4e06145434ca940ac828772dc47b9d9738e.tar.gz
wix-4cd1c4e06145434ca940ac828772dc47b9d9738e.tar.bz2
wix-4cd1c4e06145434ca940ac828772dc47b9d9738e.zip
Allow the BA to override the bundle relation type during plan.
Diffstat (limited to 'src/burn/engine/logging.h')
-rw-r--r--src/burn/engine/logging.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/burn/engine/logging.h b/src/burn/engine/logging.h
index ef603931..15eb298a 100644
--- a/src/burn/engine/logging.h
+++ b/src/burn/engine/logging.h
@@ -154,6 +154,10 @@ LPCSTR LoggingResumeModeToString(
154 __in BURN_RESUME_MODE resumeMode 154 __in BURN_RESUME_MODE resumeMode
155 ); 155 );
156 156
157LPCSTR LoggingPlanRelationTypeToString(
158 __in BOOTSTRAPPER_RELATED_BUNDLE_PLAN_TYPE type
159 );
160
157LPCSTR LoggingRelationTypeToString( 161LPCSTR LoggingRelationTypeToString(
158 __in BOOTSTRAPPER_RELATION_TYPE type 162 __in BOOTSTRAPPER_RELATION_TYPE type
159 ); 163 );