blob: aa5da630c524f0b8f095a5028b2113847a7725ff [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
// fidl_experiment = output_index_json
#pragma once
#include <fidl/test.handles/cpp/wire.h>
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wshadow"
namespace fidl {
namespace testing {
template <>
class WireTestBase<::test_handles::SomeProtocol> : public ::fidl::WireServer<::test_handles::SomeProtocol> {
public:
virtual ~WireTestBase<::test_handles::SomeProtocol>() = default;
virtual void NotImplemented_(const std::string& name, ::fidl::CompleterBase& completer) = 0;
};
template <>
class WireSyncEventHandlerTestBase<::test_handles::SomeProtocol> : public ::fidl::WireSyncEventHandler<::test_handles::SomeProtocol> {
public:
virtual ~WireSyncEventHandlerTestBase<::test_handles::SomeProtocol>() = default;
virtual void NotImplemented_(const std::string& name) = 0;
};
#pragma clang diagnostic pop
} // namespace testing
} // namespace fidl