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