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