[email protected] | 79d68c6 | 2011-04-15 21:07:03 | [diff] [blame] | 1 | // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
[email protected] | db803aae | 2011-03-05 02:00:42 | [diff] [blame] | 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 | ||||
[email protected] | db803aae | 2011-03-05 02:00:42 | [diff] [blame] | 7 | #include "content/common/content_message_generator.h" |
8 | |||||
9 | // Generate constructors. | ||||
10 | #include "ipc/struct_constructor_macros.h" | ||||
11 | #include "content/common/content_message_generator.h" | ||||
12 | |||||
13 | // Generate destructors. | ||||
14 | #include "ipc/struct_destructor_macros.h" | ||||
15 | #include "content/common/content_message_generator.h" | ||||
16 | |||||
[email protected] | db803aae | 2011-03-05 02:00:42 | [diff] [blame] | 17 | // Generate param traits write methods. |
18 | #include "ipc/param_traits_write_macros.h" | ||||
[email protected] | d7a5e3e | 2011-03-12 16:28:36 | [diff] [blame] | 19 | namespace IPC { |
[email protected] | db803aae | 2011-03-05 02:00:42 | [diff] [blame] | 20 | #include "content/common/content_message_generator.h" |
[email protected] | d7a5e3e | 2011-03-12 16:28:36 | [diff] [blame] | 21 | } // namespace IPC |
[email protected] | db803aae | 2011-03-05 02:00:42 | [diff] [blame] | 22 | |
23 | // Generate param traits read methods. | ||||
24 | #include "ipc/param_traits_read_macros.h" | ||||
[email protected] | d7a5e3e | 2011-03-12 16:28:36 | [diff] [blame] | 25 | namespace IPC { |
[email protected] | db803aae | 2011-03-05 02:00:42 | [diff] [blame] | 26 | #include "content/common/content_message_generator.h" |
[email protected] | d7a5e3e | 2011-03-12 16:28:36 | [diff] [blame] | 27 | } // namespace IPC |
[email protected] | db803aae | 2011-03-05 02:00:42 | [diff] [blame] | 28 | |
29 | // Generate param traits log methods. | ||||
30 | #include "ipc/param_traits_log_macros.h" | ||||
[email protected] | d7a5e3e | 2011-03-12 16:28:36 | [diff] [blame] | 31 | namespace IPC { |
[email protected] | db803aae | 2011-03-05 02:00:42 | [diff] [blame] | 32 | #include "content/common/content_message_generator.h" |
[email protected] | db803aae | 2011-03-05 02:00:42 | [diff] [blame] | 33 | } // namespace IPC |