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