2014-10-31 18:17:05 +00:00
|
|
|
// Copyright (c) 2014 GitHub, Inc.
|
2014-04-25 09:49:37 +00:00
|
|
|
// Use of this source code is governed by the MIT license that can be
|
2013-04-21 03:01:04 +00:00
|
|
|
// found in the LICENSE file.
|
|
|
|
|
|
|
|
// Get basic type definitions.
|
|
|
|
#define IPC_MESSAGE_IMPL
|
2014-08-21 08:14:22 +00:00
|
|
|
#include "atom/common/common_message_generator.h"
|
2013-04-21 03:01:04 +00:00
|
|
|
|
|
|
|
// Generate constructors.
|
2018-04-18 01:55:30 +00:00
|
|
|
#include "ipc/struct_constructor_macros.h"
|
2013-04-21 03:01:04 +00:00
|
|
|
|
2019-01-09 23:11:40 +00:00
|
|
|
// lint: must come after struct_constructor_macros.
|
2018-04-19 00:43:28 +00:00
|
|
|
#include "atom/common/common_message_generator.h"
|
|
|
|
|
2013-04-21 03:01:04 +00:00
|
|
|
// Generate param traits write methods.
|
|
|
|
#include "ipc/param_traits_write_macros.h"
|
|
|
|
namespace IPC {
|
2014-08-21 08:14:22 +00:00
|
|
|
#include "atom/common/common_message_generator.h"
|
2013-04-21 03:01:04 +00:00
|
|
|
} // namespace IPC
|
|
|
|
|
|
|
|
// Generate param traits read methods.
|
|
|
|
#include "ipc/param_traits_read_macros.h"
|
|
|
|
namespace IPC {
|
2014-08-21 08:14:22 +00:00
|
|
|
#include "atom/common/common_message_generator.h"
|
2013-04-21 03:01:04 +00:00
|
|
|
} // namespace IPC
|
|
|
|
|
|
|
|
// Generate param traits log methods.
|
|
|
|
#include "ipc/param_traits_log_macros.h"
|
|
|
|
namespace IPC {
|
2014-08-21 08:14:22 +00:00
|
|
|
#include "atom/common/common_message_generator.h"
|
2019-01-09 23:11:40 +00:00
|
|
|
} // namespace IPC
|