electron/atom/common/api/api_messages.cc

34 lines
961 B
C++
Raw Normal View History

2013-04-21 03:01:04 +00:00
// Copyright (c) 2013 GitHub, Inc. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// 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