common_message_generator.cc 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. // must go after struct_contructor_macros
  10. #include "atom/common/common_message_generator.h"
  11. // Generate destructors.
  12. #include "ipc/struct_destructor_macros.h"
  13. // must go after struct_destructor_macros
  14. #include "atom/common/common_message_generator.h"
  15. // Generate param traits write methods.
  16. #include "ipc/param_traits_write_macros.h"
  17. namespace IPC {
  18. #include "atom/common/common_message_generator.h"
  19. } // namespace IPC
  20. // Generate param traits read methods.
  21. #include "ipc/param_traits_read_macros.h"
  22. namespace IPC {
  23. #include "atom/common/common_message_generator.h"
  24. } // namespace IPC
  25. // Generate param traits log methods.
  26. #include "ipc/param_traits_log_macros.h"
  27. namespace IPC {
  28. #include "atom/common/common_message_generator.h"
  29. } // namespace IPC