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 {
89
89
90
90
private:
91
91
std::optional<TContinuationToken> WaitForToken (const TDuration& timeout);
92
- void HandleAck (TWriteSessionEvent::TAcksEvent&);
93
- void HandleReady (TWriteSessionEvent::TReadyToAcceptEvent&);
94
- void HandleClosed (const TSessionClosedEvent&);
95
92
96
93
std::atomic_bool Closed = false ;
97
94
};
Original file line number Diff line number Diff line change @@ -85,9 +85,6 @@ class TSimpleBlockingWriteSession : public ISimpleBlockingWriteSession {
85
85
86
86
private:
87
87
std::optional<TContinuationToken> WaitForToken (const TDuration& timeout);
88
- void HandleAck (TWriteSessionEvent::TAcksEvent&);
89
- void HandleReady (TWriteSessionEvent::TReadyToAcceptEvent&);
90
- void HandleClosed (const TSessionClosedEvent&);
91
88
92
89
std::atomic_bool Closed = false ;
93
90
};
You can’t perform that action at this time.
0 commit comments