| 246 | } |
| 247 | |
| 248 | void |
| 249 | DefaultOutputMgr::outputln(ostream &out) |
| 250 | { |
| 251 | out << std::endl; |
| 252 | } |
| 253 | |
| 254 | void |
| 255 | DefaultOutputMgr::output_comment_line(ostream &out, const std::string &comment) |
nothing calls this directly
no outgoing calls
no test coverage detected