/////////////////////////////////////////////////////////////
| 265 | |
| 266 | ////////////////////////////////////////////////////////////////// |
| 267 | DefaultOutputMgr::DefaultOutputMgr(std::ofstream *ofile) |
| 268 | : ofile_(ofile) |
| 269 | { |
| 270 | |
| 271 | } |
| 272 | |
| 273 | DefaultOutputMgr::DefaultOutputMgr() |
| 274 | : ofile_(NULL) |
nothing calls this directly
no outgoing calls
no test coverage detected