@@ -564,20 +564,20 @@ void TPrintable<TFederatedPartitionSession>::DebugString(TStringBuilder& res, bo
564
564
template <>
565
565
void TPrintable<NFederatedTopic::TReadSessionEvent::TDataReceivedEvent>::DebugString(TStringBuilder& res, bool ) const ;
566
566
template <>
567
- void TPrintable<NFederatedTopic::TReadSessionEvent::TFederated<NFederatedTopic::TReadSessionEvent:: TDataReceivedEvent::TMessage> >::DebugString(TStringBuilder& res, bool ) const ;
567
+ void TPrintable<NFederatedTopic::TReadSessionEvent::TDataReceivedEvent::TMessage>::DebugString(TStringBuilder& res, bool ) const ;
568
568
template <>
569
- void TPrintable<NFederatedTopic::TReadSessionEvent::TFederated<NFederatedTopic::TReadSessionEvent:: TDataReceivedEvent::TCompressedMessage> >::DebugString(TStringBuilder& res, bool ) const ;
569
+ void TPrintable<NFederatedTopic::TReadSessionEvent::TDataReceivedEvent::TCompressedMessage>::DebugString(TStringBuilder& res, bool ) const ;
570
570
template <>
571
- void TPrintable<NFederatedTopic::TReadSessionEvent::TFederated<NFederatedTopic::TReadSessionEvent:: TCommitOffsetAcknowledgementEvent> >::DebugString(TStringBuilder& res, bool ) const ;
571
+ void TPrintable<NFederatedTopic::TReadSessionEvent::TCommitOffsetAcknowledgementEvent>::DebugString(TStringBuilder& res, bool ) const ;
572
572
template <>
573
- void TPrintable<NFederatedTopic::TReadSessionEvent::TFederated<NFederatedTopic::TReadSessionEvent:: TStartPartitionSessionEvent> >::DebugString(TStringBuilder& res, bool ) const ;
573
+ void TPrintable<NFederatedTopic::TReadSessionEvent::TStartPartitionSessionEvent>::DebugString(TStringBuilder& res, bool ) const ;
574
574
template <>
575
- void TPrintable<NFederatedTopic::TReadSessionEvent::TFederated<NFederatedTopic::TReadSessionEvent:: TStopPartitionSessionEvent> >::DebugString(TStringBuilder& res, bool ) const ;
575
+ void TPrintable<NFederatedTopic::TReadSessionEvent::TStopPartitionSessionEvent>::DebugString(TStringBuilder& res, bool ) const ;
576
576
template <>
577
- void TPrintable<NFederatedTopic::TReadSessionEvent::TFederated<NFederatedTopic::TReadSessionEvent:: TEndPartitionSessionEvent> >::DebugString(TStringBuilder& res, bool ) const ;
577
+ void TPrintable<NFederatedTopic::TReadSessionEvent::TEndPartitionSessionEvent>::DebugString(TStringBuilder& res, bool ) const ;
578
578
template <>
579
- void TPrintable<NFederatedTopic::TReadSessionEvent::TFederated<NFederatedTopic::TReadSessionEvent:: TPartitionSessionStatusEvent> >::DebugString(TStringBuilder& res, bool ) const ;
579
+ void TPrintable<NFederatedTopic::TReadSessionEvent::TPartitionSessionStatusEvent>::DebugString(TStringBuilder& res, bool ) const ;
580
580
template <>
581
- void TPrintable<NFederatedTopic::TReadSessionEvent::TFederated<NFederatedTopic::TReadSessionEvent:: TPartitionSessionClosedEvent> >::DebugString(TStringBuilder& res, bool ) const ;
581
+ void TPrintable<NFederatedTopic::TReadSessionEvent::TPartitionSessionClosedEvent>::DebugString(TStringBuilder& res, bool ) const ;
582
582
583
583
}
0 commit comments