From 1f507ceae34666e2d286ec55367482f0b06690a0 Mon Sep 17 00:00:00 2001 From: stanislav_shchetinin Date: Fri, 6 Sep 2024 22:24:22 +0300 Subject: [PATCH] added end partiotion session event declaration (#316) --- 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);