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