1 // Copyright (c) 2012 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 #include "remoting/host/chromoting_param_traits_impl.h"
6 
7 // Get basic type definitions.
8 #define IPC_MESSAGE_IMPL
9 #include "remoting/host/chromoting_messages.h"
10 
11 // Generate constructors.
12 #include "ipc/struct_constructor_macros.h"
13 #include "remoting/host/chromoting_messages.h"
14 
15 // Generate param traits write methods.
16 #include "ipc/param_traits_write_macros.h"
17 namespace IPC {
18 #include "remoting/host/chromoting_messages.h"
19 }  // namespace IPC
20 
21 // Generate param traits read methods.
22 #include "ipc/param_traits_read_macros.h"
23 namespace IPC {
24 #include "remoting/host/chromoting_messages.h"
25 }  // namespace IPC
26 
27 // Generate param traits log methods.
28 #include "ipc/param_traits_log_macros.h"
29 namespace IPC {
30 #include "remoting/host/chromoting_messages.h"
31 }  // namespace IPC
32 
33