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