AsyncInputStream: add method ClearTag()

This commit is contained in:
Max Kellermann 2014-11-02 13:00:25 +01:00
parent 05c63af7c4
commit a2eb14f3b3

View File

@ -83,6 +83,10 @@ protected:
*/
void SetTag(Tag *_tag);
void ClearTag() {
SetTag(nullptr);
}
void Pause();
bool IsPaused() const {