port from 1.4.4 (rev. 1925 fixed SF# 3483174)

This commit is contained in:
Aleksandar Fabijanic
2012-08-22 03:25:25 +00:00
parent d9cf671330
commit 801b2485f4
13 changed files with 94 additions and 21 deletions

View File

@@ -56,7 +56,7 @@ class Foundation_API LogFileImpl
public:
LogFileImpl(const std::string& path);
~LogFileImpl();
void writeImpl(const std::string& text);
void writeImpl(const std::string& text, bool flush);
UInt64 sizeImpl() const;
Timestamp creationDateImpl() const;
const std::string& pathImpl() const;