aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/client_context.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-07-21 16:07:36 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-07-21 16:07:36 -0700
commit80f3995e47ae1ccd30a48c00ef8770cf18e51280 (patch)
tree8a628a88e43173658d368ebd22a0d5a27ddf3988 /include/grpc++/client_context.h
parentcead5e83e28b64bcbf91870e36e42c495baae13e (diff)
wip
Diffstat (limited to 'include/grpc++/client_context.h')
-rw-r--r--include/grpc++/client_context.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/grpc++/client_context.h b/include/grpc++/client_context.h
index 9df76699d2..ccaf582d0a 100644
--- a/include/grpc++/client_context.h
+++ b/include/grpc++/client_context.h
@@ -71,6 +71,10 @@ class ClientAsyncReaderWriter;
template <class R>
class ClientAsyncResponseReader;
+namespace testing {
+class InteropClientContextInspector;
+} // namespace testing
+
class ClientContext {
public:
ClientContext();
@@ -129,6 +133,7 @@ class ClientContext {
ClientContext(const ClientContext&);
ClientContext& operator=(const ClientContext&);
+ friend class ::grpc::testing::InteropClientContextInspector;
friend class CallOpClientRecvStatus;
friend class CallOpRecvInitialMetadata;
friend class Channel;