aboutsummaryrefslogtreecommitdiff
path: root/include/cru
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-12-25 22:27:41 +0800
committercrupest <crupest@outlook.com>2023-12-25 22:27:41 +0800
commite372810d67ae21dbc60aad71696290dad1c5e34a (patch)
treee215a10e05810659f3740d528ab4b5eba6b2300e /include/cru
parent29bef137f5c33a599f2629fecc0b756611dd126b (diff)
downloadcru-e372810d67ae21dbc60aad71696290dad1c5e34a.tar.gz
cru-e372810d67ae21dbc60aad71696290dad1c5e34a.tar.bz2
cru-e372810d67ae21dbc60aad71696290dad1c5e34a.zip
Develop ProxyStream.
Diffstat (limited to 'include/cru')
-rw-r--r--include/cru/common/io/ProxyStream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/common/io/ProxyStream.h b/include/cru/common/io/ProxyStream.h
index 688f714a..d8848182 100644
--- a/include/cru/common/io/ProxyStream.h
+++ b/include/cru/common/io/ProxyStream.h
@@ -42,6 +42,7 @@ class ProxyStream : public Stream {
void Close() override;
private:
+ void CheckClosed();
void DoClose();
private: