* Added DefaultNotificationService and DefaultUserNotificationService

implementations that can be used by subsystems that want to have a pretty
  standard service. Only the latter is really complete, though.
* The notification manager is now available earlier in the boot process.
* Added notifications to teams/ports (only add/remove).
* The network notification implementation is now using the
  DefaultUserNotificationService.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29543 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-03-15 10:21:56 +00:00
parent d60fa63b38
commit 51755cf832
8 changed files with 632 additions and 319 deletions
+7 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2004-2007, Haiku Inc. All Rights Reserved.
* Copyright 2004-2009, Haiku Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _TEAM_H
@@ -9,6 +9,12 @@
#include <thread_types.h>
// Team notifications
#define TEAM_MONITOR '_Tm_'
#define TEAM_ADDED 1
#define TEAM_REMOVED 2
#ifdef __cplusplus
extern "C" {
#endif