X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fmemory.cpp;h=eaaaeb1829dfc5a59b481ca32e6e48170a78cc53;hp=c5aee1e0536e040e72187172b2c084269596cce9;hb=292aed8e23ea543b089d5f2a73000de4640befe7;hpb=481b844ed7d180ffbf70223075f2fc1ffdb5b444 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);