Commit a2eb14f3 authored by Max Kellermann's avatar Max Kellermann

AsyncInputStream: add method ClearTag()

parent 05c63af7
...@@ -83,6 +83,10 @@ protected: ...@@ -83,6 +83,10 @@ protected:
*/ */
void SetTag(Tag *_tag); void SetTag(Tag *_tag);
void ClearTag() {
SetTag(nullptr);
}
void Pause(); void Pause();
bool IsPaused() const { bool IsPaused() const {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment