Shuffling headers around.

pull/2933/head
Julien Boeuf 9 years ago
parent 97cd4ae606
commit 5be92a316d
  1. 2
      include/grpc++/client_context.h
  2. 2
      include/grpc++/create_channel.h
  3. 0
      include/grpc++/security/auth_context.h
  4. 2
      include/grpc++/security/auth_metadata_processor.h
  5. 0
      include/grpc++/security/credentials.h
  6. 2
      include/grpc++/security/server_credentials.h
  7. 2
      include/grpc++/server_context.h
  8. 2
      src/cpp/client/channel.cc
  9. 2
      src/cpp/client/client_context.cc
  10. 2
      src/cpp/client/credentials.cc
  11. 2
      src/cpp/client/insecure_credentials.cc
  12. 2
      src/cpp/client/secure_credentials.h
  13. 2
      src/cpp/common/auth_property_iterator.cc
  14. 2
      src/cpp/common/create_auth_context.h
  15. 2
      src/cpp/common/insecure_create_auth_context.cc
  16. 2
      src/cpp/common/secure_auth_context.h
  17. 2
      src/cpp/common/secure_create_auth_context.cc
  18. 2
      src/cpp/server/insecure_server_credentials.cc
  19. 2
      src/cpp/server/secure_server_credentials.cc
  20. 2
      src/cpp/server/secure_server_credentials.h
  21. 6
      src/cpp/server/server.cc
  22. 2
      src/cpp/server/server_credentials.cc
  23. 2
      test/cpp/client/credentials_test.cc
  24. 2
      test/cpp/common/auth_property_iterator_test.cc
  25. 2
      test/cpp/common/secure_auth_context_test.cc
  26. 4
      test/cpp/end2end/async_end2end_test.cc
  27. 4
      test/cpp/end2end/client_crash_test.cc
  28. 2
      test/cpp/end2end/client_crash_test_server.cc
  29. 6
      test/cpp/end2end/end2end_test.cc
  30. 4
      test/cpp/end2end/generic_end2end_test.cc
  31. 4
      test/cpp/end2end/mock_test.cc
  32. 4
      test/cpp/end2end/server_crash_test.cc
  33. 2
      test/cpp/end2end/server_crash_test_client.cc
  34. 4
      test/cpp/end2end/shutdown_test.cc
  35. 4
      test/cpp/end2end/thread_stress_test.cc
  36. 2
      test/cpp/interop/client_helper.cc
  37. 2
      test/cpp/interop/interop_client.cc
  38. 2
      test/cpp/interop/reconnect_interop_server.cc
  39. 2
      test/cpp/interop/server.cc
  40. 2
      test/cpp/interop/server_helper.cc
  41. 2
      test/cpp/interop/server_helper.h
  42. 2
      test/cpp/qps/perf_db_client.h
  43. 2
      test/cpp/qps/qps_worker.cc
  44. 2
      test/cpp/qps/server_async.cc
  45. 2
      test/cpp/qps/server_sync.cc
  46. 4
      test/cpp/util/cli_call_test.cc
  47. 2
      test/cpp/util/create_test_channel.cc
  48. 2
      test/cpp/util/create_test_channel.h
  49. 4
      test/cpp/util/grpc_cli.cc

@ -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>

@ -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>

@ -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>

@ -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;

@ -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>

@ -40,7 +40,7 @@
#include <grpc/support/slice.h>
#include <grpc++/client_context.h>
#include <grpc++/completion_queue.h>
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
#include <grpc++/impl/call.h>
#include <grpc++/impl/rpc_method.h>
#include <grpc++/support/channel_arguments.h>

@ -36,7 +36,7 @@
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/string_util.h>
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
#include <grpc++/server_context.h>
#include <grpc++/support/time.h>

@ -31,7 +31,7 @@
*
*/
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
namespace grpc {

@ -31,7 +31,7 @@
*
*/
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
#include <grpc/grpc.h>
#include <grpc/support/log.h>

@ -37,7 +37,7 @@
#include <grpc/grpc_security.h>
#include <grpc++/support/config.h>
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
namespace grpc {

@ -31,7 +31,7 @@
*
*/
#include <grpc++/support/auth_context.h>
#include <grpc++/security/auth_context.h>
#include <grpc/grpc_security.h>

@ -33,7 +33,7 @@
#include <memory>
#include <grpc/grpc.h>
#include <grpc++/support/auth_context.h>
#include <grpc++/security/auth_context.h>
namespace grpc {

@ -33,7 +33,7 @@
#include <memory>
#include <grpc/grpc.h>
#include <grpc++/support/auth_context.h>
#include <grpc++/security/auth_context.h>
namespace grpc {

@ -34,7 +34,7 @@
#ifndef GRPC_INTERNAL_CPP_COMMON_SECURE_AUTH_CONTEXT_H
#define GRPC_INTERNAL_CPP_COMMON_SECURE_AUTH_CONTEXT_H
#include <grpc++/support/auth_context.h>
#include <grpc++/security/auth_context.h>
struct grpc_auth_context;

@ -34,7 +34,7 @@
#include <grpc/grpc.h>
#include <grpc/grpc_security.h>
#include <grpc++/support/auth_context.h>
#include <grpc++/security/auth_context.h>
#include "src/cpp/common/secure_auth_context.h"
namespace grpc {

@ -31,7 +31,7 @@
*
*/
#include <grpc++/server_credentials.h>
#include <grpc++/security/server_credentials.h>
#include <grpc/grpc.h>
#include <grpc/support/log.h>

@ -39,7 +39,7 @@
#include "src/cpp/common/secure_auth_context.h"
#include "src/cpp/server/secure_server_credentials.h"
#include <grpc++/auth_metadata_processor.h>
#include <grpc++/security/auth_metadata_processor.h>
namespace grpc {

@ -36,7 +36,7 @@
#include <memory>
#include <grpc++/server_credentials.h>
#include <grpc++/security/server_credentials.h>
#include <grpc/grpc_security.h>

@ -43,7 +43,7 @@
#include <grpc++/impl/rpc_service_method.h>
#include <grpc++/impl/service_type.h>
#include <grpc++/server_context.h>
#include <grpc++/server_credentials.h>
#include <grpc++/security/server_credentials.h>
#include <grpc++/support/time.h>
#include "src/core/profiling/timers.h"
@ -354,7 +354,7 @@ bool Server::Start(ServerCompletionQueue** cqs, size_t num_cqs) {
unknown_method_.reset(new RpcServiceMethod(
"unknown", RpcMethod::BIDI_STREAMING, new UnknownMethodHandler));
// Use of emplace_back with just constructor arguments is not accepted
// here by gcc-4.4 because it can't match the anonymous nullptr with a
// here by gcc-4.4 because it can't match the anonymous nullptr with a
// proper constructor implicitly. Construct the object and use push_back.
sync_methods_->push_back(SyncRequest(unknown_method_.get(), nullptr));
}
@ -384,7 +384,7 @@ void Server::ShutdownInternal(gpr_timespec deadline) {
// Spin, eating requests until the completion queue is completely shutdown.
// If the deadline expires then cancel anything that's pending and keep
// spinning forever until the work is actually drained.
// Since nothing else needs to touch state guarded by mu_, holding it
// Since nothing else needs to touch state guarded by mu_, holding it
// through this loop is fine.
SyncRequest* request;
bool ok;

@ -31,7 +31,7 @@
*
*/
#include <grpc++/server_credentials.h>
#include <grpc++/security/server_credentials.h>
namespace grpc {

@ -31,7 +31,7 @@
*
*/
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
#include <memory>

@ -32,7 +32,7 @@
*/
#include <grpc/grpc_security.h>
#include <grpc++/support/auth_context.h>
#include <grpc++/security/auth_context.h>
#include <gtest/gtest.h>
#include "src/cpp/common/secure_auth_context.h"
#include "test/cpp/util/string_ref_helper.h"

@ -32,7 +32,7 @@
*/
#include <grpc/grpc_security.h>
#include <grpc++/support/auth_context.h>
#include <grpc++/security/auth_context.h>
#include <gtest/gtest.h>
#include "src/cpp/common/secure_auth_context.h"
#include "test/cpp/util/string_ref_helper.h"

@ -39,11 +39,11 @@
#include <grpc++/channel.h>
#include <grpc++/client_context.h>
#include <grpc++/create_channel.h>
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
#include <grpc++/security/server_credentials.h>
#include <grpc++/server.h>
#include <grpc++/server_builder.h>
#include <grpc++/server_context.h>
#include <grpc++/server_credentials.h>
#include <gtest/gtest.h>
#include "test/core/util/port.h"

@ -37,11 +37,11 @@
#include <grpc++/channel.h>
#include <grpc++/client_context.h>
#include <grpc++/create_channel.h>
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
#include <grpc++/server.h>
#include <grpc++/server_builder.h>
#include <grpc++/server_context.h>
#include <grpc++/server_credentials.h>
#include <grpc++/security/server_credentials.h>
#include <gtest/gtest.h>
#include "test/core/util/port.h"

@ -39,7 +39,7 @@
#include <grpc++/server.h>
#include <grpc++/server_builder.h>
#include <grpc++/server_context.h>
#include <grpc++/server_credentials.h>
#include <grpc++/security/server_credentials.h>
#include "test/cpp/util/echo.grpc.pb.h"
DEFINE_string(address, "", "Address to bind to");

@ -37,15 +37,15 @@
#include <grpc/grpc.h>
#include <grpc/support/thd.h>
#include <grpc/support/time.h>
#include <grpc++/auth_metadata_processor.h>
#include <grpc++/channel.h>
#include <grpc++/client_context.h>
#include <grpc++/create_channel.h>
#include <grpc++/credentials.h>
#include <grpc++/security/auth_metadata_processor.h>
#include <grpc++/security/credentials.h>
#include <grpc++/security/server_credentials.h>
#include <grpc++/server.h>
#include <grpc++/server_builder.h>
#include <grpc++/server_context.h>
#include <grpc++/server_credentials.h>
#include <gtest/gtest.h>
#include "src/core/security/credentials.h"

@ -40,13 +40,13 @@
#include <grpc++/channel.h>
#include <grpc++/client_context.h>
#include <grpc++/create_channel.h>
#include <grpc++/credentials.h>
#include <grpc++/generic/async_generic_service.h>
#include <grpc++/generic/generic_stub.h>
#include <grpc++/security/credentials.h>
#include <grpc++/security/server_credentials.h>
#include <grpc++/server.h>
#include <grpc++/server_builder.h>
#include <grpc++/server_context.h>
#include <grpc++/server_credentials.h>
#include <grpc++/support/slice.h>
#include <gtest/gtest.h>

@ -39,11 +39,11 @@
#include <grpc++/channel.h>
#include <grpc++/client_context.h>
#include <grpc++/create_channel.h>
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
#include <grpc++/security/server_credentials.h>
#include <grpc++/server.h>
#include <grpc++/server_builder.h>
#include <grpc++/server_context.h>
#include <grpc++/server_credentials.h>
#include <gtest/gtest.h>
#include "test/core/util/port.h"

@ -37,11 +37,11 @@
#include <grpc++/channel.h>
#include <grpc++/client_context.h>
#include <grpc++/create_channel.h>
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
#include <grpc++/security/server_credentials.h>
#include <grpc++/server.h>
#include <grpc++/server_builder.h>
#include <grpc++/server_context.h>
#include <grpc++/server_credentials.h>
#include <gtest/gtest.h>
#include "test/core/util/port.h"

@ -40,7 +40,7 @@
#include <grpc++/channel.h>
#include <grpc++/client_context.h>
#include <grpc++/create_channel.h>
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
#include "test/cpp/util/echo.grpc.pb.h"
DEFINE_string(address, "", "Address to connect to");

@ -38,11 +38,11 @@
#include <grpc++/channel.h>
#include <grpc++/client_context.h>
#include <grpc++/create_channel.h>
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
#include <grpc++/security/server_credentials.h>
#include <grpc++/server.h>
#include <grpc++/server_builder.h>
#include <grpc++/server_context.h>
#include <grpc++/server_credentials.h>
#include <gtest/gtest.h>
#include "src/core/support/env.h"

@ -40,11 +40,11 @@
#include <grpc++/channel.h>
#include <grpc++/client_context.h>
#include <grpc++/create_channel.h>
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
#include <grpc++/security/server_credentials.h>
#include <grpc++/server.h>
#include <grpc++/server_builder.h>
#include <grpc++/server_context.h>
#include <grpc++/server_credentials.h>
#include <gtest/gtest.h>
#include "test/core/util/port.h"

@ -45,7 +45,7 @@
#include <gflags/gflags.h>
#include <grpc++/channel.h>
#include <grpc++/create_channel.h>
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
#include "src/cpp/client/secure_credentials.h"
#include "test/core/security/oauth2_utils.h"

@ -44,7 +44,7 @@
#include <grpc/support/useful.h>
#include <grpc++/channel.h>
#include <grpc++/client_context.h>
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
#include "src/core/transport/stream_op.h"
#include "test/cpp/interop/client_helper.h"

@ -42,10 +42,10 @@
#include <gflags/gflags.h>
#include <grpc/grpc.h>
#include <grpc/support/log.h>
#include <grpc++/security/server_credentials.h>
#include <grpc++/server.h>
#include <grpc++/server_builder.h>
#include <grpc++/server_context.h>
#include <grpc++/server_credentials.h>
#include "test/core/util/reconnect_server.h"
#include "test/cpp/util/test_config.h"

@ -46,7 +46,7 @@
#include <grpc++/server.h>
#include <grpc++/server_builder.h>
#include <grpc++/server_context.h>
#include <grpc++/server_credentials.h>
#include <grpc++/security/server_credentials.h>
#include "test/cpp/interop/server_helper.h"
#include "test/cpp/util/test_config.h"

@ -36,7 +36,7 @@
#include <memory>
#include <gflags/gflags.h>
#include <grpc++/server_credentials.h>
#include <grpc++/security/server_credentials.h>
#include "src/core/surface/call.h"
#include "test/core/end2end/data/ssl_test_data.h"

@ -38,7 +38,7 @@
#include <grpc/compression.h>
#include <grpc++/server_context.h>
#include <grpc++/server_credentials.h>
#include <grpc++/security/server_credentials.h>
namespace grpc {
namespace testing {

@ -41,7 +41,7 @@
#include <grpc++/channel.h>
#include <grpc++/client_context.h>
#include <grpc++/create_channel.h>
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
#include "test/cpp/qps/perf_db.grpc.pb.h"
namespace grpc {

@ -49,7 +49,7 @@
#include <grpc++/client_context.h>
#include <grpc++/server.h>
#include <grpc++/server_builder.h>
#include <grpc++/server_credentials.h>
#include <grpc++/security/server_credentials.h>
#include "test/core/util/grpc_profiler.h"
#include "test/cpp/qps/qpstest.pb.h"

@ -49,7 +49,7 @@
#include <grpc++/server.h>
#include <grpc++/server_builder.h>
#include <grpc++/server_context.h>
#include <grpc++/server_credentials.h>
#include <grpc++/security/server_credentials.h>
#include <gtest/gtest.h>
#include "test/cpp/qps/qpstest.grpc.pb.h"

@ -43,7 +43,7 @@
#include <grpc++/server.h>
#include <grpc++/server_builder.h>
#include <grpc++/server_context.h>
#include <grpc++/server_credentials.h>
#include <grpc++/security/server_credentials.h>
#include "test/cpp/qps/qpstest.grpc.pb.h"
#include "test/cpp/qps/server.h"

@ -37,11 +37,11 @@
#include <grpc++/channel.h>
#include <grpc++/client_context.h>
#include <grpc++/create_channel.h>
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
#include <grpc++/security/server_credentials.h>
#include <grpc++/server.h>
#include <grpc++/server_builder.h>
#include <grpc++/server_context.h>
#include <grpc++/server_credentials.h>
#include <gtest/gtest.h>
#include "test/core/util/port.h"

@ -34,7 +34,7 @@
#include "test/cpp/util/create_test_channel.h"
#include <grpc++/create_channel.h>
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
#include "test/core/end2end/data/ssl_test_data.h"

@ -36,7 +36,7 @@
#include <memory>
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
namespace grpc {
class Channel;

@ -1,5 +1,5 @@
/*
*
* Copyright 2015, Google Inc.
* All rights reserved.
*
@ -67,7 +67,7 @@
#include <grpc/grpc.h>
#include <grpc++/channel.h>
#include <grpc++/create_channel.h>
#include <grpc++/credentials.h>
#include <grpc++/security/credentials.h>
#include <grpc++/support/string_ref.h>
#include "test/cpp/util/cli_call.h"

Loading…
Cancel
Save