common_message_generator.cc 919 B

12345678910111213141516171819202122232425262728293031
  1. // Copyright (c) 2014 GitHub, Inc.
  2. // Use of this source code is governed by the MIT license that can be
  3. // found in the LICENSE file.
  4. // Get basic type definitions.
  5. #define IPC_MESSAGE_IMPL
  6. #include "atom/common/common_message_generator.h"
  7. // Generate constructors.
  8. #include "ipc/struct_constructor_macros.h"
  9. // lint: must come after struct_constructor_macros.
  10. #include "atom/common/common_message_generator.h"
  11. // Generate param traits write methods.
  12. #include "ipc/param_traits_write_macros.h"
  13. namespace IPC {
  14. #include "atom/common/common_message_generator.h"
  15. } // namespace IPC
  16. // Generate param traits read methods.
  17. #include "ipc/param_traits_read_macros.h"
  18. namespace IPC {
  19. #include "atom/common/common_message_generator.h"
  20. } // namespace IPC
  21. // Generate param traits log methods.
  22. #include "ipc/param_traits_log_macros.h"
  23. namespace IPC {
  24. #include "atom/common/common_message_generator.h"
  25. } // namespace IPC