mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
flush underlying streams on close()/sync()
This commit is contained in:
@@ -85,6 +85,7 @@ public:
|
||||
protected:
|
||||
int readFromDevice(char* buffer, std::streamsize length);
|
||||
int writeToDevice(const char* buffer, std::streamsize length);
|
||||
int sync();
|
||||
|
||||
private:
|
||||
enum
|
||||
|
Reference in New Issue
Block a user