| 30 | constexpr auto kX64DllName = "tc_graphics.dll"; |
| 31 | |
| 32 | AppManagerWinImpl::AppManagerWinImpl(const std::shared_ptr<RdContext>& ctx) : AppManager(ctx) { |
| 33 | settings_ = RdSettings::Instance(); |
| 34 | } |
| 35 | |
| 36 | AppManagerWinImpl::~AppManagerWinImpl() { |
| 37 |
nothing calls this directly
no outgoing calls
no test coverage detected