aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2018-12-12 04:09:42 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2018-12-12 16:48:32 +0100
commitd550af373cc993ee80e9e350d60f4ca662b1ec28 (patch)
tree83a9ca5f10ec989eea495eb9a486ddfbf3dffadf /Makefile
parentfdb708e266622e439a76364dea3a660e339e1547 (diff)
Moving ::grpc::Alarm to ::grpc_impl::Alarm.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f7cd13012..438e5729d5 100644
--- a/Makefile
+++ b/Makefile
@@ -5340,6 +5340,7 @@ PUBLIC_HEADERS_CXX += \
include/grpc++/support/sync_stream.h \
include/grpc++/support/time.h \
include/grpcpp/alarm.h \
+ include/grpcpp/alarm_impl.h \
include/grpcpp/channel.h \
include/grpcpp/client_context.h \
include/grpcpp/completion_queue.h \
@@ -5933,6 +5934,7 @@ PUBLIC_HEADERS_CXX += \
include/grpc++/support/sync_stream.h \
include/grpc++/support/time.h \
include/grpcpp/alarm.h \
+ include/grpcpp/alarm_impl.h \
include/grpcpp/channel.h \
include/grpcpp/client_context.h \
include/grpcpp/completion_queue.h \
@@ -6835,6 +6837,7 @@ PUBLIC_HEADERS_CXX += \
include/grpc++/support/sync_stream.h \
include/grpc++/support/time.h \
include/grpcpp/alarm.h \
+ include/grpcpp/alarm_impl.h \
include/grpcpp/channel.h \
include/grpcpp/client_context.h \
include/grpcpp/completion_queue.h \