| 34 | // ======================================================================= |
| 35 | |
| 36 | FrontendData::FrontendData() { |
| 37 | doInitialize(); |
| 38 | } |
| 39 | |
| 40 | FrontendData::~FrontendData() {;} |
| 41 |
nothing calls this directly
no outgoing calls
no test coverage detected