| 83 | } |
| 84 | |
| 85 | void |
| 86 | SplatExtension::OutputHeader(std::ostream &out) |
| 87 | { |
| 88 | out << "#ifdef __SPLAT__" << endl; |
| 89 | out << "#include \"../includes/instrument.h\"" << endl; |
| 90 | out << "#endif" << endl; |
| 91 | } |
| 92 | |
| 93 | void |
| 94 | SplatExtension::OutputTail(std::ostream &out) |
nothing calls this directly
no outgoing calls
no test coverage detected