]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/memory.cpp
Implement controls for file descriptor inheritance
[libs/core.git] / source / io / memory.cpp
index c5aee1e0536e040e72187172b2c084269596cce9..eaaaeb1829dfc5a59b481ca32e6e48170a78cc53 100644 (file)
@@ -42,6 +42,11 @@ void Memory::set_block(bool)
        throw logic_error("Memory::set_block");
 }
 
+void Memory::set_inherit(bool)
+{
+       throw logic_error("Memory::set_inherit");
+}
+
 unsigned Memory::do_write(const char *buf, unsigned size)
 {
        check_access(M_WRITE);