Fix script errors

pull/18510/head
Karthik Ravi Shankar 6 years ago
parent 79a0be902e
commit a93ff7d617
  1. 2
      include/grpcpp/impl/server_builder_plugin.h
  2. 5
      include/grpcpp/server_builder_impl.h

@ -27,7 +27,7 @@ namespace grpc_impl {
class ServerBuilder;
class ServerInitializer;
}
} // namespace grpc_impl
namespace grpc {
class ChannelArguments;

@ -38,7 +38,7 @@ struct grpc_resource_quota;
namespace grpc_impl {
class ResourceQuota;
} // namespace grpc_impl
} // namespace grpc_impl
namespace grpc {
class AsyncGenericService;
@ -194,7 +194,8 @@ class ServerBuilder {
grpc_compression_algorithm algorithm);
/// Set the attached buffer pool for this server
ServerBuilder& SetResourceQuota(const grpc_impl::ResourceQuota& resource_quota);
ServerBuilder& SetResourceQuota(
const grpc_impl::ResourceQuota& resource_quota);
ServerBuilder& SetOption(std::unique_ptr<grpc::ServerBuilderOption> option);

Loading…
Cancel
Save