FIFOBufferStream (g++ pacify)

This commit is contained in:
Aleksandar Fabijanic
2012-06-08 02:24:36 +00:00
parent cfbcce0481
commit 69bd6f6ee9
6 changed files with 17 additions and 14 deletions

View File

@@ -132,8 +132,8 @@ class Foundation_API FIFOBufferStream: public FIFOIOS, public std::iostream
/// An output stream for writing to a FIFO.
{
public:
Poco::BasicEvent<bool>& readable;
Poco::BasicEvent<bool>& writable;
Poco::BasicEvent<bool>& readable;
explicit FIFOBufferStream(FIFOBuffer& buffer);
/// Creates the FIFOBufferStream with supplied buffer as initial value.