#include <win32_loop.hpp>
Inheritance diagram for Win32Loop:
Public Member Functions | |
virtual void | run () |
Enter the event loop. | |
virtual void | exit () |
Exit the main loop. | |
Static Public Member Functions | |
static OSLoop * | instance (intf_thread_t *pIntf) |
Get the instance of Win32Loop. | |
static void | destroy (intf_thread_t *pIntf) |
Destroy the instance of Win32Loop. |
Definition at line 36 of file win32_loop.hpp.