| // WARNING: This file is machine generated by fidlgen. | |
| #pragma once | |
| namespace fidl_test_error { | |
| class Example final { | |
| Example() = delete; | |
| public: | |
| class Foo final { | |
| Foo() = delete; | |
| public: | |
| using Protocol = ::fidl_test_error::Example; | |
| static constexpr bool kHasRequest = true; | |
| static constexpr bool kHasResponse = true; | |
| }; | |
| }; | |
| } // namespace fidl_test_error |