Skip to content
Snippets Groups Projects
Commit fce25eee authored by Julien Boeuf's avatar Julien Boeuf
Browse files

Addressing comments.

parent 1d2240cc
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,9 @@ ...@@ -31,6 +31,9 @@
* *
*/ */
#ifndef GRPC_INTERNAL_CPP_CLIENT_SECURE_CREDENTIALS_H
#define GRPC_INTERNAL_CPP_CLIENT_SECURE_CREDENTIALS_H
#include <grpc/grpc_security.h> #include <grpc/grpc_security.h>
#include <grpc++/config.h> #include <grpc++/config.h>
...@@ -54,4 +57,5 @@ class SecureCredentials GRPC_FINAL : public Credentials { ...@@ -54,4 +57,5 @@ class SecureCredentials GRPC_FINAL : public Credentials {
} // namespace grpc } // namespace grpc
#endif // GRPC_INTERNAL_CPP_CLIENT_SECURE_CREDENTIALS_H
...@@ -31,6 +31,9 @@ ...@@ -31,6 +31,9 @@
* *
*/ */
#ifndef GRPC_INTERNAL_CPP_SERVER_SECURE_SERVER_CREDENTIALS_H
#define GRPC_INTERNAL_CPP_SERVER_SECURE_SERVER_CREDENTIALS_H
#include <grpc/grpc_security.h> #include <grpc/grpc_security.h>
#include <grpc++/server_credentials.h> #include <grpc++/server_credentials.h>
...@@ -54,3 +57,4 @@ class SecureServerCredentials GRPC_FINAL : public ServerCredentials { ...@@ -54,3 +57,4 @@ class SecureServerCredentials GRPC_FINAL : public ServerCredentials {
} // namespace grpc } // namespace grpc
#endif // GRPC_INTERNAL_CPP_SERVER_SECURE_SERVER_CREDENTIALS_H
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