| 13584 | ISingleton::~ISingleton() {} |
| 13585 | |
| 13586 | void addSingleton(ISingleton* singleton ) { |
| 13587 | getSingletons()->push_back( singleton ); |
| 13588 | } |
| 13589 | void cleanupSingletons() { |
| 13590 | auto& singletons = getSingletons(); |
| 13591 | for( auto singleton : *singletons ) |
no test coverage detected