blob: 60d98a5d7120a15300e126b06ca0d556dacc2b04 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <fidl/fidl.test.placementofattributes/cpp/wire.h>
namespace fidl_test_placementofattributes {
namespace testing {
class ExampleProtocol_TestBase
: public ::fidl::WireServer<
::fidl_test_placementofattributes::ExampleProtocol> {
public:
virtual ~ExampleProtocol_TestBase() {}
virtual void NotImplemented_(const std::string& name,
::fidl::CompleterBase& completer) = 0;
virtual void Method(MethodRequestView request,
MethodCompleter::Sync& _completer) override {
NotImplemented_("Method", _completer);
}
};
} // namespace testing
} // namespace fidl_test_placementofattributes