diff options
author | Vijay Pai <vpai@google.com> | 2016-08-04 12:03:12 -0700 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2016-08-04 12:03:12 -0700 |
commit | 6d214bcff7d009ff63659d5a2551326364128c04 (patch) | |
tree | 0306fbf8c084d3a7b2066b4aba65e7f0a099b583 /test | |
parent | 5d94118d0d3e11b0333251fec219e4571f6a20e7 (diff) |
Add FCService to golden test
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/codegen/compiler_test_golden | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/codegen/compiler_test_golden b/test/cpp/codegen/compiler_test_golden index 75b090a3f3..4751928945 100644 --- a/test/cpp/codegen/compiler_test_golden +++ b/test/cpp/codegen/compiler_test_golden @@ -228,6 +228,7 @@ class ServiceA GRPC_FINAL { // replace default version of this method with FCUnary virtual ::grpc::Status FCMethodA1(::grpc::ServerContext* context, ::grpc::FCUnary< ::grpc::testing::Request,::grpc::testing::Response>* fc_unary) = 0; }; + typedef WithFCUnaryMethod_MethodA1<Service > FCUnaryService; }; // ServiceB leading comment 1 @@ -326,6 +327,7 @@ class ServiceB GRPC_FINAL { // replace default version of this method with FCUnary virtual ::grpc::Status FCMethodB1(::grpc::ServerContext* context, ::grpc::FCUnary< ::grpc::testing::Request,::grpc::testing::Response>* fc_unary) = 0; }; + typedef WithFCUnaryMethod_MethodB1<Service > FCUnaryService; }; // ServiceB trailing comment 1 |