diff options
author | Vijay Pai <vpai@google.com> | 2015-08-24 10:52:33 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2015-08-24 10:52:33 -0700 |
commit | e8a7e30a751a9ba0aca79e4fa3b0fcd51d98c4e0 (patch) | |
tree | 7ac5a74af71814e86ff425a3cb59485db4be218a /vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj | |
parent | 04715888e60c6195a2c1d9d6b31f7a82f0d717e2 (diff) |
Eliminate public thread-pool interface
Diffstat (limited to 'vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj')
-rw-r--r-- | vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj b/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj index 2ff252e04e..6f53272545 100644 --- a/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj +++ b/vsprojects/grpc++_unsecure/grpc++_unsecure.vcxproj @@ -225,8 +225,6 @@ <ClInclude Include="..\..\include\grpc++\config_protobuf.h" /> <ClInclude Include="..\..\include\grpc++\create_channel.h" /> <ClInclude Include="..\..\include\grpc++\credentials.h" /> - <ClInclude Include="..\..\include\grpc++\dynamic_thread_pool.h" /> - <ClInclude Include="..\..\include\grpc++\fixed_size_thread_pool.h" /> <ClInclude Include="..\..\include\grpc++\generic_stub.h" /> <ClInclude Include="..\..\include\grpc++\impl\call.h" /> <ClInclude Include="..\..\include\grpc++\impl\client_unary_call.h" /> @@ -252,12 +250,14 @@ <ClInclude Include="..\..\include\grpc++\status_code_enum.h" /> <ClInclude Include="..\..\include\grpc++\stream.h" /> <ClInclude Include="..\..\include\grpc++\stub_options.h" /> - <ClInclude Include="..\..\include\grpc++\thread_pool_interface.h" /> <ClInclude Include="..\..\include\grpc++\time.h" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\src\cpp\client\channel.h" /> <ClInclude Include="..\..\src\cpp\common\create_auth_context.h" /> + <ClInclude Include="..\..\src\cpp\server\dynamic_thread_pool.h" /> + <ClInclude Include="..\..\src\cpp\server\fixed_size_thread_pool.h" /> + <ClInclude Include="..\..\src\cpp\server\thread_pool_interface.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\src\cpp\common\insecure_create_auth_context.cc"> |