blob: 5aeaff6ccd71fba90e2f585eaa4b8b524fcadc57 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
namespace fidl_test_protocolrequest {
class Parent final {
Parent() = delete;
public:
class GetChild final {
GetChild() = delete;
public:
using Protocol = ::fidl_test_protocolrequest::Parent;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = true;
};
class GetChildRequest final {
GetChildRequest() = delete;
public:
using Protocol = ::fidl_test_protocolrequest::Parent;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = true;
};
class TakeChild final {
TakeChild() = delete;
public:
using Protocol = ::fidl_test_protocolrequest::Parent;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = false;
};
class TakeChildRequest final {
TakeChildRequest() = delete;
public:
using Protocol = ::fidl_test_protocolrequest::Parent;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = false;
};
};
class Child final {
Child() = delete;
public:
};
} // namespace fidl_test_protocolrequest