| 10 | using namespace gte; |
| 11 | |
| 12 | Application::Application(Parameters const& parameters) |
| 13 | : |
| 14 | mBaseEngine(parameters.engine), |
| 15 | mProgramFactory(parameters.factory) |
| 16 | { |
| 17 | } |
| 18 | |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected