From 1a986969d75eb19a42b4be4cdd4d085533f9b1da Mon Sep 17 00:00:00 2001 From: Yang Gao <yangg@google.com> Date: Thu, 19 Feb 2015 12:40:46 -0800 Subject: [PATCH] add more missing headers --- Makefile | 2 ++ build.json | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b581a56a4e..08527e4c3a 100644 --- a/Makefile +++ b/Makefile @@ -3064,6 +3064,7 @@ PUBLIC_HEADERS_CXX += \ include/grpc++/impl/internal_stub.h \ include/grpc++/impl/rpc_method.h \ include/grpc++/impl/rpc_service_method.h \ + include/grpc++/impl/service_type.h \ include/grpc++/server.h \ include/grpc++/server_builder.h \ include/grpc++/server_context.h \ @@ -3071,6 +3072,7 @@ PUBLIC_HEADERS_CXX += \ include/grpc++/status.h \ include/grpc++/status_code_enum.h \ include/grpc++/stream.h \ + include/grpc++/thread_pool_interface.h \ LIBGRPC++_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_SRC)))) diff --git a/build.json b/build.json index 413863fc88..d06bf7a206 100644 --- a/build.json +++ b/build.json @@ -411,13 +411,15 @@ "include/grpc++/impl/internal_stub.h", "include/grpc++/impl/rpc_method.h", "include/grpc++/impl/rpc_service_method.h", + "include/grpc++/impl/service_type.h", "include/grpc++/server.h", "include/grpc++/server_builder.h", "include/grpc++/server_context.h", "include/grpc++/server_credentials.h", "include/grpc++/status.h", "include/grpc++/status_code_enum.h", - "include/grpc++/stream.h" + "include/grpc++/stream.h", + "include/grpc++/thread_pool_interface.h" ], "headers": [ "src/cpp/client/channel.h", -- GitLab