From ec15f36073b77375a06457c423d9a56245aa9dfc Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 22 Mar 2015 18:14:45 +0100 Subject: o Renaming open_sample_input_stream to open_sample_stream_parser. --- sensor/include/trygvis/sensor/io.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sensor/include/trygvis/sensor/io.h') diff --git a/sensor/include/trygvis/sensor/io.h b/sensor/include/trygvis/sensor/io.h index 7db7615..2cace70 100644 --- a/sensor/include/trygvis/sensor/io.h +++ b/sensor/include/trygvis/sensor/io.h @@ -179,8 +179,7 @@ public: string name; }; -// TODO: rename to open_sample_stream_parser -unique_ptr open_sample_input_stream( +unique_ptr open_sample_stream_parser( shared_ptr output, KeyDictionary &dict, sample_format_type type = sample_format_type::AUTO); -- cgit v1.2.3