Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Burton2012-10-17 18:19:05 +0000
committerFelix Burton2012-10-18 19:20:55 +0000
commit6d544dd1bacd6ce6b0dee18bfb801256c5171ddc (patch)
tree8c7e218274a533fb70c19ea7ae71342a9a4a829f /agent/agent.vcxproj
parent706998cddc5c9b6427af62728ee65288944b3370 (diff)
downloadorg.eclipse.tcf.agent-6d544dd1bacd6ce6b0dee18bfb801256c5171ddc.tar.gz
org.eclipse.tcf.agent-6d544dd1bacd6ce6b0dee18bfb801256c5171ddc.tar.xz
org.eclipse.tcf.agent-6d544dd1bacd6ce6b0dee18bfb801256c5171ddc.zip
TCF Agent: add shutdown manager to enable controlled shutdown of subsystems
Diffstat (limited to 'agent/agent.vcxproj')
-rw-r--r--agent/agent.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/agent.vcxproj b/agent/agent.vcxproj
index 2e8e1326..05c46bb1 100644
--- a/agent/agent.vcxproj
+++ b/agent/agent.vcxproj
@@ -264,6 +264,7 @@
<ClCompile Include="tcf\framework\plugins.c" />
<ClCompile Include="tcf\framework\protocol.c" />
<ClCompile Include="tcf\framework\proxy.c" />
+ <ClCompile Include="tcf\framework\shutdown.c" />
<ClCompile Include="tcf\framework\signames.c" />
<ClCompile Include="tcf\framework\streams.c" />
<ClCompile Include="tcf\framework\trace.c" />
@@ -407,6 +408,7 @@
<ClInclude Include="tcf\framework\plugins.h" />
<ClInclude Include="tcf\framework\protocol.h" />
<ClInclude Include="tcf\framework\proxy.h" />
+ <ClInclude Include="tcf\framework\shutdown.h" />
<ClInclude Include="tcf\framework\signames.h" />
<ClInclude Include="tcf\framework\streams.h" />
<ClInclude Include="tcf\framework\tcf.h" />

Back to the top