MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / MessageLoop

Method MessageLoop

DebugView++/DebugView++.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46{
47public:
48 explicit MessageLoop(CAppModule& module) :
49 m_module(module)
50 {
51 module.AddMessageLoop(&m_loop);
52 }
53
54 ~MessageLoop()
55 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected