blob: 275a9a22bea4eb07fa28c7a89a9e931b1abec45e [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
// fidl_experiment = output_index_json
#pragma once
#include <fidl/test.errorsyntax/cpp/wire.h>
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wshadow"
namespace fidl {
namespace testing {
template <>
class WireTestBase<::test_errorsyntax::ExampleUseOfErrorSyntax> : public ::fidl::WireServer<::test_errorsyntax::ExampleUseOfErrorSyntax> {
public:
virtual ~WireTestBase<::test_errorsyntax::ExampleUseOfErrorSyntax>() = default;
virtual void NotImplemented_(const std::string& name, ::fidl::CompleterBase& completer) = 0;
virtual void ComposedCallWhichMayFail(
::test_errorsyntax_parent::wire::ParentUsesErrorSyntaxComposedCallWhichMayFailRequest* request,
ComposedCallWhichMayFailCompleter::Sync& completer) override {
NotImplemented_("ComposedCallWhichMayFail", completer);
}
virtual void CallWhichMayFail(
::test_errorsyntax::wire::ExampleUseOfErrorSyntaxCallWhichMayFailRequest* request,
CallWhichMayFailCompleter::Sync& completer) override {
NotImplemented_("CallWhichMayFail", completer);
}
};
template <>
class WireSyncEventHandlerTestBase<::test_errorsyntax::ExampleUseOfErrorSyntax> : public ::fidl::WireSyncEventHandler<::test_errorsyntax::ExampleUseOfErrorSyntax> {
public:
virtual ~WireSyncEventHandlerTestBase<::test_errorsyntax::ExampleUseOfErrorSyntax>() = default;
virtual void NotImplemented_(const std::string& name) = 0;
};
#pragma clang diagnostic pop
} // namespace testing
} // namespace fidl