| 252 | } |
| 253 | |
| 254 | void |
| 255 | DefaultOutputMgr::output_comment_line(ostream &out, const std::string &comment) |
| 256 | { |
| 257 | OutputMgr::output_comment_line(out, comment); |
| 258 | } |
| 259 | |
| 260 | void |
| 261 | DefaultOutputMgr::output_tab(ostream &out, int indent) |
nothing calls this directly
no test coverage detected