#include <app_close_blocker.h>

Public Types | |
| typedef app_close_blocking_task_manager | t_interface_entrypoint |
| typedef app_close_blocking_task_manager | t_interface |
| typedef service_base | t_interface_parent |
Public Member Functions | |
| virtual void | register_task (app_close_blocking_task *task)=0 |
| virtual void | unregister_task (app_close_blocking_task *task)=0 |
Static Public Attributes | |
| static const GUID | class_guid = { 0x213f1454, 0x8a62, 0x44b6, { 0xb0, 0xcb, 0xc1, 0xe1, 0x5d, 0xa7, 0x3b, 0xc8 } } |
Reimplemented from service_base.
| virtual void app_close_blocking_task_manager::register_task | ( | app_close_blocking_task * | task | ) | [pure virtual] |
| virtual void app_close_blocking_task_manager::unregister_task | ( | app_close_blocking_task * | task | ) | [pure virtual] |
const GUID app_close_blocking_task_manager::class_guid = { 0x213f1454, 0x8a62, 0x44b6, { 0xb0, 0xcb, 0xc1, 0xe1, 0x5d, 0xa7, 0x3b, 0xc8 } } [static] |
1.5.5