blob: 5ee3d6c59a2170846519f68a661c5ac74549fb58 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <lib/fidl/cpp/wire/internal/transport.h>
#include <lib/fidl/cpp/wire/unknown_interactions.h>
namespace test_nullable {
class SimpleProtocol final {
SimpleProtocol() = delete;
public:
using Transport = ::fidl::internal::ChannelTransport;
static constexpr ::fidl::internal::Openness kOpenness = ::fidl::internal::Openness::kClosed;
class Add final {
Add() = delete;
public:
using Protocol = ::test_nullable::SimpleProtocol;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = true;
};
};
} // namespace test_nullable