diff options
author | Yang Gao <yangg@google.com> | 2016-09-15 15:58:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-15 15:58:17 -0700 |
commit | 24869d558af46a76be9ed83d40f0f82a329fb46b (patch) | |
tree | 8a16e035997684ceb59b7389068249bb51f65b40 /vsprojects/vcxproj/grpc++_reflection | |
parent | 7bb547bd6e3e2e10e347548e0956d03cc946521f (diff) | |
parent | d558149a5e6c4a63bc4e6d552d2c492589cccf2d (diff) |
Merge pull request #7996 from yang-g/canonical
Add a helper to get canonical code from status
Diffstat (limited to 'vsprojects/vcxproj/grpc++_reflection')
-rw-r--r-- | vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj | 1 | ||||
-rw-r--r-- | vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj.filters | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj b/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj index c073547962..230128180a 100644 --- a/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj +++ b/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj @@ -174,6 +174,7 @@ <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\service_type.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\status.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\status_code_enum.h" /> + <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\status_helper.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\string_ref.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\stub_options.h" /> <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\sync.h" /> diff --git a/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj.filters b/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj.filters index a7ae3fc6c9..540e1c6e36 100644 --- a/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj.filters +++ b/vsprojects/vcxproj/grpc++_reflection/grpc++_reflection.vcxproj.filters @@ -96,6 +96,9 @@ <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\status_code_enum.h"> <Filter>include\grpc++\impl\codegen</Filter> </ClInclude> + <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\status_helper.h"> + <Filter>include\grpc++\impl\codegen</Filter> + </ClInclude> <ClInclude Include="$(SolutionDir)\..\include\grpc++\impl\codegen\string_ref.h"> <Filter>include\grpc++\impl\codegen</Filter> </ClInclude> |