Skip to content

Commit 1f507ce

Browse files
added end partiotion session event declaration (#316)
1 parent 5b7141a commit 1f507ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/ydb-cpp-sdk/client/topic/read_events.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,8 @@ void TPrintable<TReadSessionEvent::TPartitionSessionStatusEvent>::DebugString(TS
426426
template<>
427427
void TPrintable<TReadSessionEvent::TPartitionSessionClosedEvent>::DebugString(TStringBuilder& ret, bool printData) const;
428428
template<>
429+
void TPrintable<TReadSessionEvent::TEndPartitionSessionEvent>::DebugString(TStringBuilder& ret, bool printData) const;
430+
template<>
429431
void TPrintable<TSessionClosedEvent>::DebugString(TStringBuilder& ret, bool printData) const;
430432

431433
std::string DebugString(const TReadSessionEvent::TEvent& event);

0 commit comments

Comments
 (0)