diff options
author | Craig Tiller <ctiller@google.com> | 2015-08-18 09:33:44 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-08-18 09:33:44 -0700 |
commit | d6c98df792198c5c9687ed35a676efbc5e621e0f (patch) | |
tree | d8dae211eb45035d095e4549ab5af439e67b22dc /include/grpc++/auth_context.h | |
parent | bb1c795f998f052f854a6e1aeebff44e293a29f4 (diff) |
clang-format all source
Diffstat (limited to 'include/grpc++/auth_context.h')
-rw-r--r-- | include/grpc++/auth_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/auth_context.h b/include/grpc++/auth_context.h index f8ea8ad6f4..7dced90ce5 100644 --- a/include/grpc++/auth_context.h +++ b/include/grpc++/auth_context.h @@ -62,6 +62,7 @@ class AuthPropertyIterator AuthPropertyIterator(); AuthPropertyIterator(const grpc_auth_property* property, const grpc_auth_property_iterator* iter); + private: friend class SecureAuthContext; const grpc_auth_property* property_; @@ -92,4 +93,3 @@ class AuthContext { } // namespace grpc #endif // GRPCXX_AUTH_CONTEXT_H - |