| 45 | } |
| 46 | |
| 47 | void PreCompiledLayer::SetPreCompiledObject(PreCompiledObjectPtr preCompiledObject) |
| 48 | { |
| 49 | m_PreCompiledObject = std::move(preCompiledObject); |
| 50 | } |
| 51 | |
| 52 | void PreCompiledLayer::ExecuteStrategy(IStrategy& strategy) const |
| 53 | { |
no outgoing calls
no test coverage detected