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