|
|
|
@ -129,7 +129,7 @@ class ServiceA final { |
|
|
|
|
typedef class async_interface experimental_async_interface; |
|
|
|
|
virtual class async_interface* async() { return nullptr; } |
|
|
|
|
class async_interface* experimental_async() { return async(); } |
|
|
|
|
private: |
|
|
|
|
private: |
|
|
|
|
virtual ::grpc::ClientAsyncResponseReaderInterface< ::grpc::testing::Response>* AsyncMethodA1Raw(::grpc::ClientContext* context, const ::grpc::testing::Request& request, ::grpc::CompletionQueue* cq) = 0; |
|
|
|
|
virtual ::grpc::ClientAsyncResponseReaderInterface< ::grpc::testing::Response>* PrepareAsyncMethodA1Raw(::grpc::ClientContext* context, const ::grpc::testing::Request& request, ::grpc::CompletionQueue* cq) = 0; |
|
|
|
|
virtual ::grpc::ClientWriterInterface< ::grpc::testing::Request>* MethodA2Raw(::grpc::ClientContext* context, ::grpc::testing::Response* response) = 0; |
|
|
|
@ -738,7 +738,7 @@ class ServiceB final { |
|
|
|
|
typedef class async_interface experimental_async_interface; |
|
|
|
|
virtual class async_interface* async() { return nullptr; } |
|
|
|
|
class async_interface* experimental_async() { return async(); } |
|
|
|
|
private: |
|
|
|
|
private: |
|
|
|
|
virtual ::grpc::ClientAsyncResponseReaderInterface< ::grpc::testing::Response>* AsyncMethodB1Raw(::grpc::ClientContext* context, const ::grpc::testing::Request& request, ::grpc::CompletionQueue* cq) = 0; |
|
|
|
|
virtual ::grpc::ClientAsyncResponseReaderInterface< ::grpc::testing::Response>* PrepareAsyncMethodB1Raw(::grpc::ClientContext* context, const ::grpc::testing::Request& request, ::grpc::CompletionQueue* cq) = 0; |
|
|
|
|
}; |
|
|
|
|