2013-04-21 03:01:04 +00:00
|
|
|
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
|
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-03-16 00:30:26 +00:00
|
|
|
#include "atom/common/api/api_messages.h"
|
2013-04-21 03:01:04 +00:00
|
|
|
|
|
|
|
// Generate constructors.
|
|
|
|
#include "ipc/struct_constructor_macros.h"
|
2014-03-16 00:30:26 +00:00
|
|
|
#include "atom/common/api/api_messages.h"
|
2013-04-21 03:01:04 +00:00
|
|
|
|
|
|
|
// Generate destructors.
|
|
|
|
#include "ipc/struct_destructor_macros.h"
|
2014-03-16 00:30:26 +00:00
|
|
|
#include "atom/common/api/api_messages.h"
|
2013-04-21 03:01:04 +00:00
|
|
|
|
|
|
|
// Generate param traits write methods.
|
|
|
|
#include "ipc/param_traits_write_macros.h"
|
|
|
|
namespace IPC {
|
2014-03-16 00:30:26 +00:00
|
|
|
#include "atom/common/api/api_messages.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-03-16 00:30:26 +00:00
|
|
|
#include "atom/common/api/api_messages.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-03-16 00:30:26 +00:00
|
|
|
#include "atom/common/api/api_messages.h"
|
2013-04-21 03:01:04 +00:00
|
|
|
} // namespace IPC
|