blob: da48de3c77bc9fa16d12c897bcba2ea581892ae1 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
namespace fidl_test_anonymous {
class SomeProtocol final {
SomeProtocol() = delete;
public:
class SomeMethod final {
SomeMethod() = delete;
public:
using Protocol = ::fidl_test_anonymous::SomeProtocol;
static constexpr bool kHasRequest = true;
static constexpr bool kHasResponse = true;
};
};
} // namespace fidl_test_anonymous