commit | 80e00a8c63bd801b697fbe0cd1d8e00b14a81c76 | [log] [tgz] |
---|---|---|
author | Craig Tiller <craig.tiller@gmail.com> | Mon Feb 09 20:54:25 2015 -0800 |
committer | Craig Tiller <craig.tiller@gmail.com> | Mon Feb 09 20:54:25 2015 -0800 |
tree | 087efdcc340e9e9fb1f1d960a1fdd72adb0c8264 | |
parent | de917062ecacbeb547c8e2e4e3f4260d3e9a2f2e [diff] [blame] |
Stub out unary call wrapper
diff --git a/src/compiler/cpp_generator.cc b/src/compiler/cpp_generator.cc index 908b38f..bced4df 100644 --- a/src/compiler/cpp_generator.cc +++ b/src/compiler/cpp_generator.cc
@@ -146,6 +146,7 @@ std::string GetSourceIncludes() { return "#include <grpc++/channel_interface.h>\n" + "#include <grpc++/impl/client_unary_call.h>\n" "#include <grpc++/impl/rpc_method.h>\n" "#include <grpc++/impl/rpc_service_method.h>\n" "#include <grpc++/impl/service_type.h>\n"