From bbd292bdf0c8b7e3c582e0d9766f51f108a17172 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 1 Nov 2012 00:24:49 -0700 Subject: added deprecated max items interface to tb --- include/gras/top_block.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'include') diff --git a/include/gras/top_block.hpp b/include/gras/top_block.hpp index 8bf366f..f74b7a3 100644 --- a/include/gras/top_block.hpp +++ b/include/gras/top_block.hpp @@ -91,6 +91,18 @@ struct GRAS_API TopBlock : HierBlock */ virtual bool wait(const double timeout); + //! Deprecated + void start(const size_t max_items); + + //! Deprecated + void run(const size_t max_items); + + //! Deprecated + int max_noutput_items(void) const; + + //! Deprecated + void set_max_noutput_items(int max_items); + }; } //namespace gras -- cgit