| // codelabs/mojo_examples/mojom/interface.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit |
| |
| // Copyright 2018 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #ifndef CODELABS_MOJO_EXAMPLES_MOJOM_INTERFACE_MOJOM_SHARED_MESSAGE_IDS_H_ |
| #define CODELABS_MOJO_EXAMPLES_MOJOM_INTERFACE_MOJOM_SHARED_MESSAGE_IDS_H_ |
| |
| #include <stdint.h> |
| |
| |
| namespace codelabs::mojom { |
| namespace messages { |
| |
| |
| enum class ObjectA : uint32_t { |
| kDoA = 0, |
| }; |
| enum class ObjectB : uint32_t { |
| kDoB = 0, |
| }; |
| enum class AssociatedProcess : uint32_t { |
| kSetProcess = 0, |
| }; |
| enum class GenericInterface : uint32_t { |
| }; |
| enum class Process : uint32_t { |
| kSayHello = 0, |
| kGetAssociatedInterface = 1, |
| }; |
| |
| } // namespace messages |
| |
| } // codelabs::mojom |
| |
| #endif // CODELABS_MOJO_EXAMPLES_MOJOM_INTERFACE_MOJOM_SHARED_MESSAGE_IDS_H_ |