| 104 | } |
| 105 | |
| 106 | static void WriteEventXMLClose(std::ofstream &stream) |
| 107 | { |
| 108 | WriteEventXMLEventsClose(stream); |
| 109 | WriteEventXMLInteractionsClose(stream); |
| 110 | } |
| 111 | |
| 112 | mitk::EventRecorder::EventRecorder() : m_Active(false) |
| 113 | { |
no test coverage detected