|
|
@ -256,7 +256,6 @@ class CallSpineInterface { |
|
|
|
GRPC_MUST_USE_RESULT virtual absl::nullopt_t Cancel( |
|
|
|
GRPC_MUST_USE_RESULT virtual absl::nullopt_t Cancel( |
|
|
|
ServerMetadataHandle metadata) = 0; |
|
|
|
ServerMetadataHandle metadata) = 0; |
|
|
|
virtual Party& party() = 0; |
|
|
|
virtual Party& party() = 0; |
|
|
|
<<<<<<< HEAD |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Wrap a promise so that if it returns failure it automatically cancels
|
|
|
|
// Wrap a promise so that if it returns failure it automatically cancels
|
|
|
|
// the rest of the call.
|
|
|
|
// the rest of the call.
|
|
|
@ -299,8 +298,6 @@ class CallSpineInterface { |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
======= |
|
|
|
|
|
|
|
>>>>>>> master |
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
class CallSpine final : public CallSpineInterface { |
|
|
|
class CallSpine final : public CallSpineInterface { |
|
|
|