blob: 64da2f72aafa00d46f69ea88475b0758fa0283b9 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
namespace fidl_test_emptystruct {
class EmptyProtocol final {
EmptyProtocol() = delete;
public:
class Send final {
Send() = delete;
public:
using Protocol = ::fidl_test_emptystruct::EmptyProtocol;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = false;
};
class Receive final {
Receive() = delete;
public:
using Protocol = ::fidl_test_emptystruct::EmptyProtocol;
static constexpr bool kHasRequest = false;
static constexpr bool kHasResponse = true;
};
class SendAndReceive final {
SendAndReceive() = delete;
public:
using Protocol = ::fidl_test_emptystruct::EmptyProtocol;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = true;
};
};
} // namespace fidl_test_emptystruct