summaryrefslogtreecommitdiffstats
path: root/library/cpp/grpc/server/grpc_request_base.h
diff options
context:
space:
mode:
authorDaniil Cherednik <[email protected]>2022-11-28 15:38:32 +0300
committerDaniil Cherednik <[email protected]>2022-11-28 15:38:32 +0300
commit9b78acb9998e4a817a21fe60443c7c5d6a06b947 (patch)
tree9d58018f5d49dbccc1c1e63d0ecc0eacb027d732 /library/cpp/grpc/server/grpc_request_base.h
parent87f7fceed34bcafb8aaff351dd493a35c916986f (diff)
Ydb stable 22-4-4422.4.44stable-22-4
x-stable-origin-commit: 1a8317bc9b27fc6c8a8453c7938b4b252db85a01
Diffstat (limited to 'library/cpp/grpc/server/grpc_request_base.h')
-rw-r--r--library/cpp/grpc/server/grpc_request_base.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/cpp/grpc/server/grpc_request_base.h b/library/cpp/grpc/server/grpc_request_base.h
index fcfce1c181a..26afa80c842 100644
--- a/library/cpp/grpc/server/grpc_request_base.h
+++ b/library/cpp/grpc/server/grpc_request_base.h
@@ -53,6 +53,9 @@ public:
//! Get pointer to the request's message.
virtual const NProtoBuf::Message* GetRequest() const = 0;
+ //! Get mutable pointer to the request's message.
+ virtual NProtoBuf::Message* GetRequestMut() = 0;
+
//! Get current auth state
virtual TAuthState& GetAuthState() = 0;