aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/client_context.h
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-07-06 14:00:36 -0700
committerGravatar yang-g <yangg@google.com>2015-07-06 14:00:36 -0700
commit3abe60b9d08ff5a784a39f7c4a10c631547c3526 (patch)
treefd61ee8a10d507d7862fb3f3fe9bcfe480a97ce0 /include/grpc++/client_context.h
parentd8c466ece12a88df844b5a2bf44c65cdbbfda4f1 (diff)
compiles
Diffstat (limited to 'include/grpc++/client_context.h')
-rw-r--r--include/grpc++/client_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/grpc++/client_context.h b/include/grpc++/client_context.h
index ecf4cc7f7b..66d3c249a1 100644
--- a/include/grpc++/client_context.h
+++ b/include/grpc++/client_context.h
@@ -40,6 +40,7 @@
#include <grpc/support/log.h>
#include <grpc/support/time.h>
+#include <grpc++/auth_context.h>
#include <grpc++/config.h>
#include <grpc++/status.h>
#include <grpc++/time.h>
@@ -108,6 +109,8 @@ class ClientContext {
creds_ = creds;
}
+ std::unique_ptr<const AuthContext> auth_context() const;
+
void TryCancel();
private: