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
12static const uint32 kMsgEventTriggered = 'ldet';
13
14
15#endif // LAUNCH_DAEMON_H
16