blob: 99c4f8244f0310092044c190ed0b5e548558d486 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <fidl/test/handles/llcpp/fidl.h>
namespace llcpp {
namespace fidl {
namespace test {
namespace handles {
namespace testing {
class SomeProtocol_TestBase
: public ::llcpp::fidl::test::handles::SomeProtocol::Interface {
public:
virtual ~SomeProtocol_TestBase() {}
virtual void NotImplemented_(const std::string& name,
::fidl::CompleterBase& completer) = 0;
using Interface = ::llcpp::fidl::test::handles::SomeProtocol::Interface;
};
} // namespace testing
} // namespace handles
} // namespace test
} // namespace fidl
} // namespace llcpp