diff options
author | vjpai <vpai@google.com> | 2016-06-23 10:19:48 -0700 |
---|---|---|
committer | vjpai <vpai@google.com> | 2016-06-23 10:19:48 -0700 |
commit | 34edfc3ad74442822100dd343072125f463b0ad5 (patch) | |
tree | 73b1db001319c90f618d9d6a55bcce545c63c1b5 /src/compiler | |
parent | 7142a91fc961fa6be7093134b13d7b00896e40f0 (diff) |
Switch name to fc_unary
Diffstat (limited to 'src/compiler')
-rw-r--r-- | src/compiler/cpp_generator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/cpp_generator.cc b/src/compiler/cpp_generator.cc index bbd476783c..da89d433b1 100644 --- a/src/compiler/cpp_generator.cc +++ b/src/compiler/cpp_generator.cc @@ -649,7 +649,7 @@ void PrintHeaderServerMethodFCUnary( *vars, "// replace default version of this method with FCUnary\n" "::grpc::Status $Method$(" - "::grpc::ServerContext* context, ::grpc::FCUnary< $Request$,$Response$>* streaming_unary)" + "::grpc::ServerContext* context, ::grpc::FCUnary< $Request$,$Response$>* fc_unary)" " GRPC_FINAL GRPC_OVERRIDE;\n"); printer->Outdent(); printer->Print(*vars, "};\n"); |