From aac9a089c22bdcb9391522a63938a58f4bd1ee87 Mon Sep 17 00:00:00 2001 From: st-shchetinin Date: Fri, 6 Sep 2024 19:11:16 +0000 Subject: [PATCH] added end partiotion session event declaration --- include/ydb-cpp-sdk/client/topic/read_events.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ydb-cpp-sdk/client/topic/read_events.h b/include/ydb-cpp-sdk/client/topic/read_events.h index 38745e3bd1..f656e5923d 100644 --- a/include/ydb-cpp-sdk/client/topic/read_events.h +++ b/include/ydb-cpp-sdk/client/topic/read_events.h @@ -426,6 +426,8 @@ void TPrintable::DebugString(TS template<> void TPrintable::DebugString(TStringBuilder& ret, bool printData) const; template<> +void TPrintable::DebugString(TStringBuilder& ret, bool printData) const; +template<> void TPrintable::DebugString(TStringBuilder& ret, bool printData) const; std::string DebugString(const TReadSessionEvent::TEvent& event);