diff options
author | Rob Mensching <rob@firegiant.com> | 2024-01-10 23:48:40 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-01-11 18:24:06 -0800 |
commit | 57b7689b2dc5e971911d1c6d48eebb5424ebca89 (patch) | |
tree | 5a40c4ec7cec3548a119c6ef1a2a274c2258f627 /src/burn | |
parent | f676ceeaedbba4125d3e0c691959afcba182d008 (diff) | |
download | wix-57b7689b2dc5e971911d1c6d48eebb5424ebca89.tar.gz wix-57b7689b2dc5e971911d1c6d48eebb5424ebca89.tar.bz2 wix-57b7689b2dc5e971911d1c6d48eebb5424ebca89.zip |
Rename inter-Burn communication related pipe file
When BootstrapperApplications move out of proc there will be another set of
pipes in Burn that behave differently from the inter-Burn communication pipes
that exist now. So renaming the existing pipe related files now to better
reflect that it is related to Burn talking to Burn when elevated or embedded.
Diffstat (limited to 'src/burn')
-rw-r--r-- | src/burn/engine/burnpipe.cpp (renamed from src/burn/engine/pipe.cpp) | 0 | ||||
-rw-r--r-- | src/burn/engine/burnpipe.h (renamed from src/burn/engine/pipe.h) | 0 | ||||
-rw-r--r-- | src/burn/engine/engine.vcxproj | 4 | ||||
-rw-r--r-- | src/burn/engine/precomp.h | 2 | ||||
-rw-r--r-- | src/burn/test/BurnUnitTest/precomp.h | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/src/burn/engine/pipe.cpp b/src/burn/engine/burnpipe.cpp index 5003622c..5003622c 100644 --- a/src/burn/engine/pipe.cpp +++ b/src/burn/engine/burnpipe.cpp | |||
diff --git a/src/burn/engine/pipe.h b/src/burn/engine/burnpipe.h index 6571c0e2..6571c0e2 100644 --- a/src/burn/engine/pipe.h +++ b/src/burn/engine/burnpipe.h | |||
diff --git a/src/burn/engine/engine.vcxproj b/src/burn/engine/engine.vcxproj index 768f20ba..152e9cec 100644 --- a/src/burn/engine/engine.vcxproj +++ b/src/burn/engine/engine.vcxproj | |||
@@ -77,7 +77,7 @@ | |||
77 | <ClCompile Include="NetFxChainer.cpp" /> | 77 | <ClCompile Include="NetFxChainer.cpp" /> |
78 | <ClCompile Include="package.cpp" /> | 78 | <ClCompile Include="package.cpp" /> |
79 | <ClCompile Include="payload.cpp" /> | 79 | <ClCompile Include="payload.cpp" /> |
80 | <ClCompile Include="pipe.cpp" /> | 80 | <ClCompile Include="burnpipe.cpp" /> |
81 | <ClCompile Include="plan.cpp" /> | 81 | <ClCompile Include="plan.cpp" /> |
82 | <ClCompile Include="platform.cpp" /> | 82 | <ClCompile Include="platform.cpp" /> |
83 | <ClCompile Include="precomp.cpp"> | 83 | <ClCompile Include="precomp.cpp"> |
@@ -128,7 +128,7 @@ | |||
128 | <ClInclude Include="netfxchainer.h" /> | 128 | <ClInclude Include="netfxchainer.h" /> |
129 | <ClInclude Include="package.h" /> | 129 | <ClInclude Include="package.h" /> |
130 | <ClInclude Include="payload.h" /> | 130 | <ClInclude Include="payload.h" /> |
131 | <ClInclude Include="pipe.h" /> | 131 | <ClInclude Include="burnpipe.h" /> |
132 | <ClInclude Include="plan.h" /> | 132 | <ClInclude Include="plan.h" /> |
133 | <ClInclude Include="platform.h" /> | 133 | <ClInclude Include="platform.h" /> |
134 | <ClInclude Include="precomp.h" /> | 134 | <ClInclude Include="precomp.h" /> |
diff --git a/src/burn/engine/precomp.h b/src/burn/engine/precomp.h index a64ce474..d9a98f07 100644 --- a/src/burn/engine/precomp.h +++ b/src/burn/engine/precomp.h | |||
@@ -85,7 +85,7 @@ | |||
85 | #include "detect.h" | 85 | #include "detect.h" |
86 | #include "plan.h" | 86 | #include "plan.h" |
87 | #include "logging.h" | 87 | #include "logging.h" |
88 | #include "pipe.h" | 88 | #include "burnpipe.h" |
89 | #include "cache.h" | 89 | #include "cache.h" |
90 | #include "dependency.h" | 90 | #include "dependency.h" |
91 | #include "core.h" | 91 | #include "core.h" |
diff --git a/src/burn/test/BurnUnitTest/precomp.h b/src/burn/test/BurnUnitTest/precomp.h index 2b90cb58..1aa18204 100644 --- a/src/burn/test/BurnUnitTest/precomp.h +++ b/src/burn/test/BurnUnitTest/precomp.h | |||
@@ -59,7 +59,7 @@ | |||
59 | #include "registration.h" | 59 | #include "registration.h" |
60 | #include "relatedbundle.h" | 60 | #include "relatedbundle.h" |
61 | #include "plan.h" | 61 | #include "plan.h" |
62 | #include "pipe.h" | 62 | #include "burnpipe.h" |
63 | #include "logging.h" | 63 | #include "logging.h" |
64 | #include "cache.h" | 64 | #include "cache.h" |
65 | #include "dependency.h" | 65 | #include "dependency.h" |