blob: 7ed7f2d1a0f91dc0d075ac7a36c4acfa91825ec9 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <lib/fidl/llcpp/internal/transport.h>
namespace test_error {
class Example final {
Example() = delete;
public:
using Transport = ::fidl::internal::ChannelTransport;
class Foo final {
Foo() = delete;
public:
using Protocol = ::test_error::Example;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = true;
};
};
} // namespace test_error