blob: 9738e96ea5ae55f8d900a50ecf259f13b0b30a1f [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <fidl/test.nullable/cpp/wire.h>
namespace fidl {
namespace testing {
template <>
class WireTestBase<::test_nullable::SimpleProtocol>
: public ::fidl::WireServer<::test_nullable::SimpleProtocol> {
public:
virtual ~WireTestBase<::test_nullable::SimpleProtocol>() = default;
virtual void NotImplemented_(const std::string& name,
::fidl::CompleterBase& completer) = 0;
virtual void Add(AddRequestView request,
AddCompleter::Sync& completer) override {
NotImplemented_("Add", completer);
}
};
template <>
class ::fidl::testing::WireSyncEventHandlerTestBase<
::test_nullable::SimpleProtocol>
: public ::fidl::WireSyncEventHandler<::test_nullable::SimpleProtocol> {
public:
virtual ~WireSyncEventHandlerTestBase<::test_nullable::SimpleProtocol>() =
default;
virtual void NotImplemented_(const std::string& name) = 0;
};
} // namespace testing
} // namespace fidl