aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-01-04 13:10:30 -0800
committerGravatar yang-g <yangg@google.com>2017-01-04 13:10:30 -0800
commit8bd6a0542b7d3ad08497e14fce5470cb50c7bc87 (patch)
tree0477acea5093afa0519fc7e5a1656f1e027f2846 /include/grpc++
parent35674af901576b078fe158814fa9d730e09426f6 (diff)
remove copyright from generated files
Diffstat (limited to 'include/grpc++')
-rw-r--r--include/grpc++/ext/health_check_service_server_builder_option.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grpc++/ext/health_check_service_server_builder_option.h b/include/grpc++/ext/health_check_service_server_builder_option.h
index 2dd1e6dd32..4861daacd4 100644
--- a/include/grpc++/ext/health_check_service_server_builder_option.h
+++ b/include/grpc++/ext/health_check_service_server_builder_option.h
@@ -44,7 +44,8 @@ namespace grpc {
class HealthCheckServiceServerBuilderOption : public ServerBuilderOption {
public:
- // Use nullptr to disable default service.
+ // The ownership of hc will be taken and transferred to the grpc server.
+ // To explicitly disable default service, pass in a nullptr.
explicit HealthCheckServiceServerBuilderOption(
std::unique_ptr<HealthCheckServiceInterface> hc);
~HealthCheckServiceServerBuilderOption() override {}