| 24 | } |
| 25 | |
| 26 | std::shared_ptr<WinMessageLoop> WinMessageLoop::Make(const std::shared_ptr<RdContext>& ctx) { |
| 27 | return std::make_shared<WinMessageLoop>(ctx); |
| 28 | } |
| 29 | |
| 30 | WinMessageLoop::WinMessageLoop(const std::shared_ptr<RdContext>& ctx) { |
| 31 | context_ = ctx; |
nothing calls this directly
no outgoing calls
no test coverage detected