mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
be_apps/ServicesDaemon: Remove.
The last reference to the Services Daemon, which was removed from the tree a while back (the launch_daemon has supplanted it).
This commit is contained in:
parent
a3e794ae45
commit
2381f8276a
@ -1,12 +0,0 @@
|
||||
#ifndef SERVICES_DAEMON_APP_H
|
||||
#define SERVICES_DAEMON_APP_H
|
||||
|
||||
#define B_SERVICES_DAEMON_SIGNATURE "application/x-vnd.Haiku-ServicesDaemon"
|
||||
|
||||
// Send this message to the daemon if you would like to have your program
|
||||
// restarted. The message is expected to have an attached string containing
|
||||
// the signature of your app. Once sent to the daemon, it will wait until
|
||||
// your app quits before relaunching it.
|
||||
#define B_SERVICES_DAEMON_RESTART 'SDRS'
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user