File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,6 @@ class TSimpleBlockingWriteSession : public ISimpleBlockingWriteSession {
8989
9090private:
9191 std::optional<TContinuationToken> WaitForToken (const TDuration& timeout);
92- void HandleAck (TWriteSessionEvent::TAcksEvent&);
93- void HandleReady (TWriteSessionEvent::TReadyToAcceptEvent&);
94- void HandleClosed (const TSessionClosedEvent&);
9592
9693 std::atomic_bool Closed = false ;
9794};
Original file line number Diff line number Diff line change @@ -85,9 +85,6 @@ class TSimpleBlockingWriteSession : public ISimpleBlockingWriteSession {
8585
8686private:
8787 std::optional<TContinuationToken> WaitForToken (const TDuration& timeout);
88- void HandleAck (TWriteSessionEvent::TAcksEvent&);
89- void HandleReady (TWriteSessionEvent::TReadyToAcceptEvent&);
90- void HandleClosed (const TSessionClosedEvent&);
9188
9289 std::atomic_bool Closed = false ;
9390};
You can’t perform that action at this time.
0 commit comments