| 81 | |
| 82 | |
| 83 | ComponentFactory* ComponentFactory::instance() { |
| 84 | static ComponentFactory* instance = new ComponentFactory(); |
| 85 | return instance; |
| 86 | } |
| 87 | |
| 88 | void ComponentFactory::destroy() { |
| 89 | ComponentFactory* fact = instance(); |
nothing calls this directly
no outgoing calls
no test coverage detected