xref: /haiku/src/servers/launch/LaunchDaemon.h (revision fce4895d1884da5ae6fb299d23c735c598e690b1)
1 /*
2  * Copyright 2015, Axel Dörfler, axeld@pinc-software.de.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef LAUNCH_DAEMON_H
6 #define LAUNCH_DAEMON_H
7 
8 
9 #include <SupportDefs.h>
10 
11 
12 static const uint32 kMsgEventTriggered = 'ldet';
13 
14 
15 #endif // LAUNCH_DAEMON_H
16