blob: 96553f545ab36dac6a84ac6df929eb95eaf342bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// File created from ../../../../src/lib/log/tests/log_test_messages.mes
#ifndef LOG_TEST_MESSAGES_H
#define LOG_TEST_MESSAGES_H
#include <log/message_types.h>
namespace isc {
namespace log {
extern const isc::log::MessageID LOG_LOCK_TEST_MESSAGE;
} // namespace log
} // namespace isc
#endif // LOG_TEST_MESSAGES_H
|