blob: bb8454410148932ca17171a62846266112724f0f [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 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