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