]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/buffered.cpp
Implement controls for file descriptor inheritance
[libs/core.git] / source / io / buffered.cpp
index 6567fff9b3739e4fabf8abb1f2a706a98e0d5d85..2836e4bbbaeb879de07be26bf5fba2ecea8fcad9 100644 (file)
@@ -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)