]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/buffered.h
Use the new Handle class to hide platform details from public headers
[libs/core.git] / source / io / buffered.h
index 36d2a1165a3e52b7413397bf01575984efa3ac49..1de54d202456546cecf9604c01d9a766b061648d 100644 (file)
@@ -37,7 +37,7 @@ public:
        Mode get_current_op() const { return cur_op; }
        unsigned get_current_size() const;
 
-       virtual Handle get_event_handle();
+       virtual const Handle &get_event_handle();
 };
 
 } // namespace IO