| 100 | } |
| 101 | |
| 102 | shared_ptr<SystemComponent> SystemComponent::create() { |
| 103 | shared_ptr<SystemComponent> ret(new SystemComponent); |
| 104 | return ret; |
| 105 | } |
| 106 | |
| 107 | SystemComponent::SystemComponent() {} |
| 108 |
nothing calls this directly
no outgoing calls
no test coverage detected