From 08a0a3306e1b0d5597a0541624f53ee35bd34463 Mon Sep 17 00:00:00 2001 From: David Garcia Quintas Date: Thu, 21 Jan 2016 01:04:36 -0800 Subject: Made "codedgen" directories closed over #includes --- include/grpc++/impl/call.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'include/grpc++/impl/call.h') diff --git a/include/grpc++/impl/call.h b/include/grpc++/impl/call.h index cb7856bfbe..5a8bd0caa6 100644 --- a/include/grpc++/impl/call.h +++ b/include/grpc++/impl/call.h @@ -42,6 +42,8 @@ #include #include #include +#include +#include #include #include #include @@ -53,6 +55,7 @@ namespace grpc { class ByteBuffer; class Call; +class CallHook; void FillMetadataMap( grpc_metadata_array* arr, @@ -548,13 +551,6 @@ class SneakyCallOpSet : public CallOpSet { } }; -// Channel and Server implement this to allow them to hook performing ops -class CallHook { - public: - virtual ~CallHook() {} - virtual void PerformOpsOnCall(CallOpSetInterface* ops, Call* call) = 0; -}; - // Straightforward wrapping of the C call object class Call GRPC_FINAL { public: -- cgit v1.2.3