| 258 | } |
| 259 | |
| 260 | void |
| 261 | DefaultOutputMgr::output_tab(ostream &out, int indent) |
| 262 | { |
| 263 | OutputMgr::output_tab(out, indent); |
| 264 | } |
| 265 | |
| 266 | ////////////////////////////////////////////////////////////////// |
| 267 | DefaultOutputMgr::DefaultOutputMgr(std::ofstream *ofile) |
nothing calls this directly
no test coverage detected