diff options
| author | heretic <[email protected]> | 2022-02-10 16:45:46 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:46 +0300 |
| commit | 81eddc8c0b55990194e112b02d127b87d54164a9 (patch) | |
| tree | 9142afc54d335ea52910662635b898e79e192e49 /contrib/libs/grpc/include/grpcpp/impl/codegen/byte_buffer.h | |
| parent | 397cbe258b9e064f49c4ca575279f02f39fef76e (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/grpc/include/grpcpp/impl/codegen/byte_buffer.h')
| -rw-r--r-- | contrib/libs/grpc/include/grpcpp/impl/codegen/byte_buffer.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/contrib/libs/grpc/include/grpcpp/impl/codegen/byte_buffer.h b/contrib/libs/grpc/include/grpcpp/impl/codegen/byte_buffer.h index 59f1d717595..6e64ec9981e 100644 --- a/contrib/libs/grpc/include/grpcpp/impl/codegen/byte_buffer.h +++ b/contrib/libs/grpc/include/grpcpp/impl/codegen/byte_buffer.h @@ -29,12 +29,12 @@ #include <vector> -namespace grpc { - -class ServerInterface; -class ByteBuffer; -class ServerInterface; - +namespace grpc { + +class ServerInterface; +class ByteBuffer; +class ServerInterface; + namespace internal { template <class RequestType, class ResponseType> class CallbackUnaryHandler; @@ -163,15 +163,15 @@ class ByteBuffer final { friend class internal::CallOpRecvMessage; friend class internal::CallOpGenericRecvMessage; template <class ServiceType, class RequestType, class ResponseType> - friend class internal::RpcMethodHandler; + friend class internal::RpcMethodHandler; template <class ServiceType, class RequestType, class ResponseType> - friend class internal::ServerStreamingHandler; + friend class internal::ServerStreamingHandler; template <class RequestType, class ResponseType> - friend class internal::CallbackUnaryHandler; + friend class internal::CallbackUnaryHandler; template <class RequestType, class ResponseType> - friend class internal::CallbackServerStreamingHandler; + friend class internal::CallbackServerStreamingHandler; template <StatusCode code> - friend class internal::ErrorMethodHandler; + friend class internal::ErrorMethodHandler; template <class R> friend class internal::DeserializeFuncType; friend class ProtoBufferReader; |
