fs/io/FileOutputStream: use C++ exceptions in Commit()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user