mirror of
https://review.haiku-os.org/haiku
synced 2025-02-23 05:58:31 +01:00
witch to Be Inc media server signature, to allow libbe.so sending messages to the server
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8575 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
6c777c4c11
commit
abc3c2e95f
@ -6,8 +6,6 @@
|
||||
#include <MediaAddOn.h>
|
||||
#include <Entry.h>
|
||||
|
||||
#define NEW_MEDIA_SERVER_SIGNATURE "application/x-vnd.OpenBeOS-media-server"
|
||||
|
||||
enum {
|
||||
ADDONSERVER_INSTANTIATE_DORMANT_NODE,
|
||||
SERVER_REGISTER_MEDIAADDON,
|
||||
|
@ -117,7 +117,7 @@ private:
|
||||
};
|
||||
|
||||
ServerApp::ServerApp()
|
||||
: BApplication(NEW_MEDIA_SERVER_SIGNATURE),
|
||||
: BApplication(B_MEDIA_SERVER_SIGNATURE),
|
||||
fLocker(new BLocker("media server locker"))
|
||||
{
|
||||
gNotificationManager = new NotificationManager;
|
||||
|
Loading…
x
Reference in New Issue
Block a user