From 0015b8757d2168ebfc75fc7ad6475e223d88d71c Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 9 Jul 2009 00:32:36 +0000 Subject: New interface for background progress bars in C++ tests. --- tests/testsxx.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/testsxx.hpp') diff --git a/tests/testsxx.hpp b/tests/testsxx.hpp index c2c1771..e2b654f 100644 --- a/tests/testsxx.hpp +++ b/tests/testsxx.hpp @@ -43,6 +43,9 @@ namespace Dimension private: dmnsn_display* m_display; }; + + Progress progressbar_async(std::ostream& ostr, + const Dimension::Progress& progress); } // Print a progress bar of the progress of `progress' -- cgit v1.2.3