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