Skip to content
Snippets Groups Projects
Commit 46d22d5f authored by yang-g's avatar yang-g
Browse files

add missing base class

parent 68c6b625
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.
Please register or to comment