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