diff options
author | yang-g <yangg@google.com> | 2015-08-20 12:18:08 -0700 |
---|---|---|
committer | yang-g <yangg@google.com> | 2015-08-20 12:18:08 -0700 |
commit | c317f07b5668d6e081a54ad9f6636555f35e0994 (patch) | |
tree | 8391dfd0bd5aaafc0369e7e6fc90e8c61223ec72 /vsprojects/grpc++/grpc++.vcxproj | |
parent | ef00308e391094212b5ba6aad0c6f7b90025f4e3 (diff) |
Make Channel ctor private
Diffstat (limited to 'vsprojects/grpc++/grpc++.vcxproj')
-rw-r--r-- | vsprojects/grpc++/grpc++.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vsprojects/grpc++/grpc++.vcxproj b/vsprojects/grpc++/grpc++.vcxproj index dbbb7c12cd..e2e17d4177 100644 --- a/vsprojects/grpc++/grpc++.vcxproj +++ b/vsprojects/grpc++/grpc++.vcxproj @@ -258,6 +258,7 @@ <ClInclude Include="..\..\src\cpp\client\secure_credentials.h" /> <ClInclude Include="..\..\src\cpp\common\secure_auth_context.h" /> <ClInclude Include="..\..\src\cpp\server\secure_server_credentials.h" /> + <ClInclude Include="..\..\src\cpp\client\create_channel_internal.h" /> <ClInclude Include="..\..\src\cpp\common\create_auth_context.h" /> </ItemGroup> <ItemGroup> @@ -281,6 +282,8 @@ </ClCompile> <ClCompile Include="..\..\src\cpp\client\create_channel.cc"> </ClCompile> + <ClCompile Include="..\..\src\cpp\client\create_channel_internal.cc"> + </ClCompile> <ClCompile Include="..\..\src\cpp\client\credentials.cc"> </ClCompile> <ClCompile Include="..\..\src\cpp\client\generic_stub.cc"> |