diff options
| author | Vincent Richard <[email protected]> | 2005-10-20 18:56:04 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-10-20 18:56:04 +0200 |
| commit | c241f071d26823ce2b6140c2687dcb750f6dfc29 (patch) | |
| tree | 7bd0762a15665a1500cfe6ee63901e92972b9a66 /src/platforms/windows/windowsFile.cpp | |
| parent | Added 'charsetFilteredOutputStream'. (diff) | |
| download | vmime-c241f071d26823ce2b6140c2687dcb750f6dfc29.tar.gz vmime-c241f071d26823ce2b6140c2687dcb750f6dfc29.zip | |
Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutputStream' when input contains invalid sequences.
Diffstat (limited to 'src/platforms/windows/windowsFile.cpp')
| -rw-r--r-- | src/platforms/windows/windowsFile.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/platforms/windows/windowsFile.cpp b/src/platforms/windows/windowsFile.cpp index 9ecfd1d4..d00be306 100644 --- a/src/platforms/windows/windowsFile.cpp +++ b/src/platforms/windows/windowsFile.cpp @@ -516,6 +516,13 @@ void windowsFileWriterOutputStream::write(const value_type* const data, const si windowsFileSystemFactory::reportError(m_path, GetLastError()); } + +void windowsFileWriterOutputStream::flush() +{ + // TODO +} + + } // windows } // platforms } // vmime |
