* The static object construction and destruction is no longer random, but takes

the internal dependencies into account. This should fix bugs #5166, #5120,
  and #5150.
* Also, the time source object manager, as well as the dormant node manager
  are now recreated on media roster restart (when the media server is
  restarted).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34906 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2010-01-05 16:53:55 +00:00
parent 675d0b6264
commit f0a1eb2dba
5 changed files with 51 additions and 51 deletions
+2
View File
@@ -16,6 +16,8 @@ namespace media {
namespace dataexchange {
void InitDataExchange();
// BMessage based data exchange with the media_server
status_t SendToServer(BMessage* msg);
status_t QueryServer(BMessage& request, BMessage& reply);