| 2 | #include "ProgressDisplay.hpp" |
| 3 | |
| 4 | CmdLineProgressMonitor::CmdLineProgressMonitor() : ProgressMonitor(), disp(NULL) |
| 5 | { |
| 6 | } |
| 7 | |
| 8 | CmdLineProgressMonitor::~CmdLineProgressMonitor() { |
| 9 | if (disp) { |
nothing calls this directly
no outgoing calls
no test coverage detected