blob: 855ec5d633c5a4088a4c5abc6ee68625f5dc0b4e [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <exampleusing/cpp/fidl.h>
#include <fidl/test/placementofattributes/cpp/fidl.h>
namespace fidl {
namespace test {
namespace placementofattributes {
namespace testing {
class ExampleProtocol_TestBase
: public ::fidl::test::placementofattributes::ExampleProtocol {
public:
virtual ~ExampleProtocol_TestBase() {}
virtual void NotImplemented_(const std::string& name) = 0;
void Method(::exampleusing::Empty arg) override { NotImplemented_("Method"); }
};
} // namespace testing
} // namespace placementofattributes
} // namespace test
} // namespace fidl