aboutsummaryrefslogtreecommitdiff
path: root/src/engine/cache.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/engine/cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/cache.h b/src/engine/cache.h
index a2ac1696..0152d33b 100644
--- a/src/engine/cache.h
+++ b/src/engine/cache.h
@@ -124,14 +124,12 @@ void CacheSendErrorCallback(
124 ); 124 );
125BOOL CacheBundleRunningFromCache(); 125BOOL CacheBundleRunningFromCache();
126HRESULT CacheBundleToCleanRoom( 126HRESULT CacheBundleToCleanRoom(
127 __in BURN_PAYLOADS* pUxPayloads,
128 __in BURN_SECTION* pSection, 127 __in BURN_SECTION* pSection,
129 __deref_out_z_opt LPWSTR* psczCleanRoomBundlePath 128 __deref_out_z_opt LPWSTR* psczCleanRoomBundlePath
130 ); 129 );
131HRESULT CacheBundleToWorkingDirectory( 130HRESULT CacheBundleToWorkingDirectory(
132 __in_z LPCWSTR wzBundleId, 131 __in_z LPCWSTR wzBundleId,
133 __in_z LPCWSTR wzExecutableName, 132 __in_z LPCWSTR wzExecutableName,
134 __in BURN_PAYLOADS* pUxPayloads,
135 __in BURN_SECTION* pSection, 133 __in BURN_SECTION* pSection,
136 __deref_out_z_opt LPWSTR* psczEngineWorkingPath 134 __deref_out_z_opt LPWSTR* psczEngineWorkingPath
137 ); 135 );