|
|
@ -31,12 +31,10 @@ |
|
|
|
* |
|
|
|
* |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
#include "test/cpp/interop/interop_client.h" |
|
|
|
#include <cinttypes> |
|
|
|
|
|
|
|
|
|
|
|
#include <unistd.h> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <fstream> |
|
|
|
#include <fstream> |
|
|
|
#include <memory> |
|
|
|
#include <memory> |
|
|
|
|
|
|
|
#include <unistd.h> |
|
|
|
|
|
|
|
|
|
|
|
#include <grpc++/channel.h> |
|
|
|
#include <grpc++/channel.h> |
|
|
|
#include <grpc++/client_context.h> |
|
|
|
#include <grpc++/client_context.h> |
|
|
@ -51,6 +49,7 @@ |
|
|
|
#include "src/proto/grpc/testing/messages.grpc.pb.h" |
|
|
|
#include "src/proto/grpc/testing/messages.grpc.pb.h" |
|
|
|
#include "src/proto/grpc/testing/test.grpc.pb.h" |
|
|
|
#include "src/proto/grpc/testing/test.grpc.pb.h" |
|
|
|
#include "test/cpp/interop/client_helper.h" |
|
|
|
#include "test/cpp/interop/client_helper.h" |
|
|
|
|
|
|
|
#include "test/cpp/interop/interop_client.h" |
|
|
|
|
|
|
|
|
|
|
|
namespace grpc { |
|
|
|
namespace grpc { |
|
|
|
namespace testing { |
|
|
|
namespace testing { |
|
|
|