| 89 | } |
| 90 | |
| 91 | static void WriteEventXMLEventsClose(std::ofstream &stream) |
| 92 | { |
| 93 | stream << " </" << mitk::InteractionEventConst::xmlTagEvents() << ">\n"; |
| 94 | } |
| 95 | |
| 96 | static void WriteEventXMLInteractionsOpen(std::ofstream &stream) |
| 97 | { |
no outgoing calls
no test coverage detected