aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-08-28 16:28:18 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-08-28 16:28:18 -0700
commit5be92a316de32fd7552d64bcf70703f1ea9e41d8 (patch)
tree7d1c863d1ab08dc9c46f10ced51ff3dc6bb4c884 /include
parent97cd4ae606a39a62c07b0d2ce2687af3ce812645 (diff)
Shuffling headers around.
Diffstat (limited to 'include')
-rw-r--r--include/grpc++/client_context.h2
-rw-r--r--include/grpc++/create_channel.h2
-rw-r--r--include/grpc++/security/auth_context.h (renamed from include/grpc++/support/auth_context.h)0
-rw-r--r--include/grpc++/security/auth_metadata_processor.h (renamed from include/grpc++/auth_metadata_processor.h)2
-rw-r--r--include/grpc++/security/credentials.h (renamed from include/grpc++/credentials.h)0
-rw-r--r--include/grpc++/security/server_credentials.h (renamed from include/grpc++/server_credentials.h)2
-rw-r--r--include/grpc++/server_context.h2
7 files changed, 5 insertions, 5 deletions
diff --git a/include/grpc++/client_context.h b/include/grpc++/client_context.h
index 62e5260a18..917a1222a8 100644
--- a/include/grpc++/client_context.h
+++ b/include/grpc++/client_context.h
@@ -42,7 +42,7 @@
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include <grpc/support/time.h>
-#include <grpc++/support/auth_context.h>
+#include <grpc++/security/auth_context.h>
#include <grpc++/support/config.h>
#include <grpc++/support/status.h>
#include <grpc++/support/string_ref.h>
diff --git a/include/grpc++/create_channel.h b/include/grpc++/create_channel.h
index 916f3b0b97..72f05174e1 100644
--- a/include/grpc++/create_channel.h
+++ b/include/grpc++/create_channel.h
@@ -36,7 +36,7 @@
#include <memory>
-#include <grpc++/credentials.h>
+#include <grpc++/security/credentials.h>
#include <grpc++/support/channel_arguments.h>
#include <grpc++/support/config.h>
diff --git a/include/grpc++/support/auth_context.h b/include/grpc++/security/auth_context.h
index fc2701e806..fc2701e806 100644
--- a/include/grpc++/support/auth_context.h
+++ b/include/grpc++/security/auth_context.h
diff --git a/include/grpc++/auth_metadata_processor.h b/include/grpc++/security/auth_metadata_processor.h
index a42abef416..18ad922321 100644
--- a/include/grpc++/auth_metadata_processor.h
+++ b/include/grpc++/security/auth_metadata_processor.h
@@ -36,7 +36,7 @@
#include <map>
-#include <grpc++/support/auth_context.h>
+#include <grpc++/security/auth_context.h>
#include <grpc++/support/status.h>
#include <grpc++/support/string_ref.h>
diff --git a/include/grpc++/credentials.h b/include/grpc++/security/credentials.h
index ce5a9e0606..ce5a9e0606 100644
--- a/include/grpc++/credentials.h
+++ b/include/grpc++/security/credentials.h
diff --git a/include/grpc++/server_credentials.h b/include/grpc++/security/server_credentials.h
index e006f3a180..2094c7403c 100644
--- a/include/grpc++/server_credentials.h
+++ b/include/grpc++/security/server_credentials.h
@@ -37,8 +37,8 @@
#include <memory>
#include <vector>
+#include <grpc++/security/auth_metadata_processor.h>
#include <grpc++/support/config.h>
-#include <grpc++/auth_metadata_processor.h>
struct grpc_server;
diff --git a/include/grpc++/server_context.h b/include/grpc++/server_context.h
index 4b17a28047..85f384d477 100644
--- a/include/grpc++/server_context.h
+++ b/include/grpc++/server_context.h
@@ -39,7 +39,7 @@
#include <grpc/compression.h>
#include <grpc/support/time.h>
-#include <grpc++/support/auth_context.h>
+#include <grpc++/security/auth_context.h>
#include <grpc++/support/config.h>
#include <grpc++/support/string_ref.h>
#include <grpc++/support/time.h>