diff options
author | Alexander Polcyn <apolcyn@google.com> | 2017-05-05 13:52:42 -0700 |
---|---|---|
committer | Alexander Polcyn <apolcyn@google.com> | 2017-05-05 13:52:42 -0700 |
commit | a9f1e2566d084b8f428887523859312f78f511f4 (patch) | |
tree | de2c4abee7e5df25ea382fd8edaffa96f0041f13 /include | |
parent | d809a15ec4913c7a8cd38d679a78b3edcb716b69 (diff) |
address comments
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc++/health_check_service_interface.h | 1 | ||||
-rw-r--r-- | include/grpc++/resource_quota.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/grpc++/health_check_service_interface.h b/include/grpc++/health_check_service_interface.h index 8323e9e554..c1b43199a6 100644 --- a/include/grpc++/health_check_service_interface.h +++ b/include/grpc++/health_check_service_interface.h @@ -60,6 +60,7 @@ class HealthCheckServiceInterface { /// NOT thread safe. void EnableDefaultHealthCheckService(bool enable); +/// Returns whether the default health checking service is enabled. /// NOT thread safe. bool DefaultHealthCheckServiceEnabled(); diff --git a/include/grpc++/resource_quota.h b/include/grpc++/resource_quota.h index da14088ebb..1199ae9381 100644 --- a/include/grpc++/resource_quota.h +++ b/include/grpc++/resource_quota.h @@ -47,7 +47,7 @@ namespace grpc { /// all attached entities below the ResourceQuota bound. class ResourceQuota final : private GrpcLibraryCodegen { public: - // \param name - a unique name for this ResourceQuota. + /// \param name - a unique name for this ResourceQuota. explicit ResourceQuota(const grpc::string& name); ResourceQuota(); ~ResourceQuota(); |