aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/io/FileOutputStream.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-14 19:43:19 +0100
committerMax Kellermann <max@duempel.org>2015-01-14 19:44:28 +0100
commiteaf0662b75e8e074dbfe950aa9f408e4ad806bcc (patch)
tree0af65761fd7c14fe61e4b16a2b9e56f8a32ca79e /src/fs/io/FileOutputStream.hxx
parent6e8ea2a2cb655f805906a1930b86c20486aef2cf (diff)
downloadmpd-eaf0662b75e8e074dbfe950aa9f408e4ad806bcc.tar.gz
mpd-eaf0662b75e8e074dbfe950aa9f408e4ad806bcc.tar.xz
mpd-eaf0662b75e8e074dbfe950aa9f408e4ad806bcc.zip
fs/io/FileOutputStream: add static method Create()
Diffstat (limited to '')
-rw-r--r--src/fs/io/FileOutputStream.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/io/FileOutputStream.hxx b/src/fs/io/FileOutputStream.hxx
index 03d062134..f66554ec9 100644
--- a/src/fs/io/FileOutputStream.hxx
+++ b/src/fs/io/FileOutputStream.hxx
@@ -58,6 +58,7 @@ public:
Cancel();
}
+ static FileOutputStream *Create(Path path, Error &error);
bool IsDefined() const {
#ifdef WIN32