@joebigelow / wix / commits / 57b7689b

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.

Rob Mensching committed Jan 10, 2024 at 23:48 UTC 57b7689b2dc5e971911d1c6d48eebb5424ebca89
5 files changed +4 -4
src/burn/engine/burnpipe.cpp renamed
src/burn/engine/burnpipe.h renamed
src/burn/engine/engine.vcxproj
+2 -2
@@ -77,7 +77,7 @@
77 <ClCompile Include="NetFxChainer.cpp" />
78 <ClCompile Include="package.cpp" />
79 <ClCompile Include="payload.cpp" />
80 - <ClCompile Include="pipe.cpp" />
80 + <ClCompile Include="burnpipe.cpp" />
81 <ClCompile Include="plan.cpp" />
82 <ClCompile Include="platform.cpp" />
83 <ClCompile Include="precomp.cpp">
@@ -128,7 +128,7 @@
128 <ClInclude Include="netfxchainer.h" />
129 <ClInclude Include="package.h" />
130 <ClInclude Include="payload.h" />
131 - <ClInclude Include="pipe.h" />
131 + <ClInclude Include="burnpipe.h" />
132 <ClInclude Include="plan.h" />
133 <ClInclude Include="platform.h" />
134 <ClInclude Include="precomp.h" />
src/burn/engine/precomp.h
+1 -1
@@ -85,7 +85,7 @@
85 #include "detect.h"
86 #include "plan.h"
87 #include "logging.h"
88 -#include "pipe.h"
88 +#include "burnpipe.h"
89 #include "cache.h"
90 #include "dependency.h"
91 #include "core.h"
src/burn/test/BurnUnitTest/precomp.h
+1 -1
@@ -59,7 +59,7 @@
59 #include "registration.h"
60 #include "relatedbundle.h"
61 #include "plan.h"
62 -#include "pipe.h"
62 +#include "burnpipe.h"
63 #include "logging.h"
64 #include "cache.h"
65 #include "dependency.h"