Skip to content

Commit

Permalink
Added initial ignore patterns. (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauke76 authored and wally-the-cartographer committed Mar 26, 2018
1 parent 654c75e commit dfcfd19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.vscode
bazel-*
4 changes: 2 additions & 2 deletions async_grpc/testing/rpc_handler_test_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const std::string kServerAddress = "localhost:50051";

template <typename RpcServiceMethodConcept, typename RpcHandlerType>
class RpcHandlerTestServer : public Server {
public:
public:
using RequestType =
StripStream<typename RpcServiceMethodConcept::IncomingType>;
using ResponseType =
Expand Down Expand Up @@ -93,7 +93,7 @@ class RpcHandlerTestServer : public Server {

const ResponseType &response() { return client_.response(); }

private:
private:
using ClientWriter = ::grpc::internal::ClientWriterFactory<RequestType>;

void WaitForHandlerCompletion(
Expand Down

0 comments on commit dfcfd19

Please sign in to comment.