fs/io/FileOutputStream: use C++ exceptions in Commit()

This commit is contained in:
Max Kellermann
2015-12-16 00:24:41 +01:00
parent 24b2198668
commit 7eae3bc8c5
8 changed files with 61 additions and 44 deletions

View File

@@ -139,7 +139,7 @@ public:
Cancel();
}
bool Commit(Error &error);
void Commit();
void Cancel();
};
@@ -152,7 +152,7 @@ public:
Close();
}
bool Commit(Error &error);
void Commit();
};
#endif