| 13360 | ISingleton::~ISingleton() {} |
| 13361 | |
| 13362 | void addSingleton(ISingleton* singleton ) { |
| 13363 | getSingletons()->push_back( singleton ); |
| 13364 | } |
| 13365 | void cleanupSingletons() { |
| 13366 | auto& singletons = getSingletons(); |
| 13367 | for( auto singleton : *singletons ) |
no test coverage detected