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