| // WARNING: This file is machine generated by fidlgen. | |
| // fidl_experiment = output_index_json | |
| #pragma once | |
| #include <fdf/cpp/fidl.h> | |
| #include <test/handles/cpp/fidl.h> | |
| namespace test { | |
| namespace handles { | |
| namespace testing { | |
| class SomeProtocol_TestBase : public ::test::handles::SomeProtocol { | |
| public: | |
| virtual ~SomeProtocol_TestBase() {} | |
| virtual void NotImplemented_(const std::string& name) = 0; | |
| }; | |
| } // namespace testing | |
| } // namespace handles | |
| } // namespace test |