diff --git a/todo.html b/todo.html index ab7101b3..ebb81f10 100644 --- a/todo.html +++ b/todo.html @@ -87,10 +87,10 @@
-
Class llfio_v2_xxx::algorithm::cached_parent_handle_adapter< T >
-
I have been lazy and used public inheritance from that base i/o handle. I should use protected inheritance to prevent slicing, and expose all the public functions by hand.
Namespace llfio_v2_xxx
TODO FIXME Replace in-memory log with memory map file backed log.
+
Class llfio_v2_xxx::algorithm::cached_parent_handle_adapter< T >
+
I have been lazy and used public inheritance from that base i/o handle. I should use protected inheritance to prevent slicing, and expose all the public functions by hand.
Class llfio_v2_xxx::algorithm::combining_handle_adapter< Op, Target, Source >
I have been lazy and used public inheritance from byte_io_handle and file_handle. I should use protected inheritance to prevent slicing, and expose all the public functions by hand.
Class llfio_v2_xxx::algorithm::shared_fs_mutex::atomic_append