X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fmemory.cpp;h=eaaaeb1829dfc5a59b481ca32e6e48170a78cc53;hp=c5aee1e0536e040e72187172b2c084269596cce9;hb=ea8bf8f588310b0d7fd3297d74907602705bba1d;hpb=beb12b1ec35ca49512b00668b23caaead1ce8671 diff --git a/source/io/memory.cpp b/source/io/memory.cpp index c5aee1e..eaaaeb1 100644 --- a/source/io/memory.cpp +++ b/source/io/memory.cpp @@ -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);