blob: eacddef1f5f246295b12f80974a1531ca77e24b1 [file] [log] [blame]
[email protected]db803aae2011-03-05 02:00:421// Copyright (c) 2010 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// Get basic type definitions.
6#define IPC_MESSAGE_IMPL
7#include "content/common/common_param_traits.h"
8#include "content/common/content_message_generator.h"
9
10// Generate constructors.
11#include "ipc/struct_constructor_macros.h"
12#include "content/common/content_message_generator.h"
13
14// Generate destructors.
15#include "ipc/struct_destructor_macros.h"
16#include "content/common/content_message_generator.h"
17
18namespace IPC {
19
20// Generate param traits write methods.
21#include "ipc/param_traits_write_macros.h"
22#include "content/common/content_message_generator.h"
23
24// Generate param traits read methods.
25#include "ipc/param_traits_read_macros.h"
26#include "content/common/content_message_generator.h"
27
28// Generate param traits log methods.
29#include "ipc/param_traits_log_macros.h"
30#include "content/common/content_message_generator.h"
31
32} // namespace IPC