X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fbuffered.cpp;h=2836e4bbbaeb879de07be26bf5fba2ecea8fcad9;hp=6567fff9b3739e4fabf8abb1f2a706a98e0d5d85;hb=ea8bf8f588310b0d7fd3297d74907602705bba1d;hpb=beb12b1ec35ca49512b00668b23caaead1ce8671 diff --git a/source/io/buffered.cpp b/source/io/buffered.cpp index 6567fff..2836e4b 100644 --- a/source/io/buffered.cpp +++ b/source/io/buffered.cpp @@ -37,6 +37,11 @@ void Buffered::set_block(bool) throw logic_error("Buffered::set_block"); } +void Buffered::set_inherit(bool) +{ + throw logic_error("Buffered::set_block"); +} + void Buffered::flush() { if(cur_op==M_WRITE)