| 116 | } |
| 117 | |
| 118 | void |
| 119 | ExtensionMgr::OutputHeader(std::ostream &out) |
| 120 | { |
| 121 | if (ExtensionMgr::extension_ == NULL) { |
| 122 | return; |
| 123 | } |
| 124 | else { |
| 125 | ExtensionMgr::extension_->OutputHeader(out); |
| 126 | } |
| 127 | } |
| 128 | |
| 129 | void |
| 130 | ExtensionMgr::OutputTail(ostream &out) |
nothing calls this directly
no outgoing calls
no test coverage detected