MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / AppManagerWinImpl

Method AppManagerWinImpl

src/render/app/win/app_manager_win.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected