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