Mercurial > hg > svcore
diff transform/FeatureWriter.h @ 515:1aefb666ecfc
* writer flush
author | Chris Cannam |
---|---|
date | Wed, 10 Dec 2008 16:24:31 +0000 |
parents | 3376dc26dece |
children | 4541581067f3 |
line wrap: on
line diff
--- a/transform/FeatureWriter.h Wed Dec 10 13:21:10 2008 +0000 +++ b/transform/FeatureWriter.h Wed Dec 10 16:24:31 2008 +0000 @@ -67,6 +67,8 @@ const Vamp::Plugin::FeatureList &features, std::string summaryType = "") = 0; + virtual void flush() { } // whatever the last stream was + virtual void finish() = 0; };