BLaunchRoster::ResetStickyEvent() added.

* Used to unflag sticky events that already have been triggered once.
This commit is contained in:
Axel Dörfler
2015-10-25 14:41:17 +01:00
parent 0507a7886a
commit 2e17b6504f
7 changed files with 99 additions and 4 deletions
+1
View File
@@ -31,6 +31,7 @@ enum {
B_REGISTER_LAUNCH_EVENT = 'lnre',
B_UNREGISTER_LAUNCH_EVENT = 'lnue',
B_NOTIFY_LAUNCH_EVENT = 'lnne',
B_RESET_STICKY_LAUNCH_EVENT = 'lnRe',
};
+2
View File
@@ -42,6 +42,8 @@ public:
const char* name);
status_t NotifyEvent(const BMessenger& source,
const char* name);
status_t ResetStickyEvent(const BMessenger& source,
const char* name);
class Private;