X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fio%2Fbuffered.cpp;h=be4c8d47c8bc263d516846c4053018b9696f2824;hp=5dbd49463fc2666a39019036c4882231b73b653d;hb=c21ab7e49852585df01b4cc19599e25a918b581b;hpb=d4d2018e1ba971e57eb2d8fee022b70a9c33d2e5 diff --git a/source/io/buffered.cpp b/source/io/buffered.cpp index 5dbd494..be4c8d4 100644 --- a/source/io/buffered.cpp +++ b/source/io/buffered.cpp @@ -1,6 +1,7 @@ #include #include #include "buffered.h" +#include "handle.h" using namespace std; @@ -179,10 +180,5 @@ unsigned Buffered::get_current_size() const return end-begin; } -Handle Buffered::get_event_handle() -{ - throw logic_error("Buffered doesn't support events"); -} - } // namespace IO } // namespace Msp