Skip to content
Snippets Groups Projects
Commit 64914ae6 authored by Craig Tiller's avatar Craig Tiller
Browse files

Merge pull request #5128 from yang-g/inherit_from_grpc_library

Add missing base class
parents 824a0903 a1fc8fb9
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ class ChannelCredentials : private GrpcLibrary { ...@@ -83,7 +83,7 @@ class ChannelCredentials : private GrpcLibrary {
/// authenticate with a server for a given call on a channel. /// authenticate with a server for a given call on a channel.
/// ///
/// \see http://www.grpc.io/docs/guides/auth.html /// \see http://www.grpc.io/docs/guides/auth.html
class CallCredentials { class CallCredentials : private GrpcLibrary {
public: public:
CallCredentials(); CallCredentials();
~CallCredentials(); ~CallCredentials();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment