#include <main_thread_callback.h>

Public Types | |
| typedef main_thread_callback | t_interface |
| typedef service_base | t_interface_parent |
Public Member Functions | |
| virtual void | callback_run ()=0 |
| Gets called from main app thread. See main_thread_callback_manager description for more info. | |
Static Public Attributes | |
| static const GUID | class_guid |
Reimplemented from service_base.
| virtual void main_thread_callback::callback_run | ( | ) | [pure virtual] |
Gets called from main app thread. See main_thread_callback_manager description for more info.
const GUID main_thread_callback::class_guid [static] |
Initial value:
{ 0x87d2c583, 0x7afb, 0x4e58, { 0xb2, 0x1e, 0xfb, 0xd3, 0xe6, 0xe8, 0xf5, 0xe7 } }
1.5.5