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:
beveloper 2004-08-15 12:09:25 +00:00
parent 6c777c4c11
commit abc3c2e95f
2 changed files with 1 additions and 3 deletions

View File

@ -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,

View File

@ -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;