diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-07-09 00:32:36 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-07-09 00:32:36 +0000 |
commit | 0015b8757d2168ebfc75fc7ad6475e223d88d71c (patch) | |
tree | ac32786cb39ae8b40f0f2c5bf5385ca7dd0d9f19 /tests/testsxx.hpp | |
parent | 9f1b759e2fac0b15a7ef5a7a527ba66dbdc319b6 (diff) | |
download | dimension-0015b8757d2168ebfc75fc7ad6475e223d88d71c.tar.xz |
New interface for background progress bars in C++ tests.
Diffstat (limited to 'tests/testsxx.hpp')
-rw-r--r-- | tests/testsxx.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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' |