blob: 8c76e9b31230d8bd0168f086b436bb04f0c4873a [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <fidl/test.foreigntypeinresponseusedthroughcompose/cpp/wire.h>
namespace fidl {
namespace testing {
template <>
class WireTestBase<::test_foreigntypeinresponseusedthroughcompose::Top> : public ::fidl::WireServer<::test_foreigntypeinresponseusedthroughcompose::Top> {
public:
virtual ~WireTestBase<::test_foreigntypeinresponseusedthroughcompose::Top>() = default;
virtual void NotImplemented_(const std::string& name, ::fidl::CompleterBase& completer) = 0;
virtual void GetFoo(
GetFooRequestView request, GetFooCompleter::Sync& completer) override {
NotImplemented_("GetFoo", completer);
}
};
template <>
class ::fidl::testing::WireSyncEventHandlerTestBase<::test_foreigntypeinresponseusedthroughcompose::Top> : public ::fidl::WireSyncEventHandler<::test_foreigntypeinresponseusedthroughcompose::Top> {
public:
virtual ~WireSyncEventHandlerTestBase<::test_foreigntypeinresponseusedthroughcompose::Top>() = default;
virtual void NotImplemented_(const std::string& name) = 0;
};
} // namespace testing
} // namespace fidl