blob: 4d9646e838bf9f69d1d1761db9fddf16c9cc890a [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#pragma once
#include <fidl/test.service/cpp/natural_types.h>
#include <lib/fidl/cpp/hlcpp_conversion.h>
#include <lib/fidl/llcpp/internal/transport_channel.h>
#include <test/service/cpp/fidl.h>
namespace fidl {
namespace internal {
template <>
struct NaturalToHLCPPTraits<fidl::ClientEnd<::test_service::SecondProtocol>> {
using HLCPPType = fidl::InterfaceHandle<::test::service::SecondProtocol>;
static inline fidl::InterfaceHandle<::test::service::SecondProtocol> Convert(fidl::ClientEnd<::test_service::SecondProtocol>&& c) {
return fidl::InterfaceHandle<::test::service::SecondProtocol>(c.TakeChannel());
}
};
template <>
struct NaturalToHLCPPTraits<fidl::ServerEnd<::test_service::SecondProtocol>> {
using HLCPPType = fidl::InterfaceRequest<::test::service::SecondProtocol>;
static inline fidl::InterfaceRequest<::test::service::SecondProtocol> Convert(fidl::ServerEnd<::test_service::SecondProtocol>&& c) {
return fidl::InterfaceRequest<::test::service::SecondProtocol>(c.TakeChannel());
}
};
template <>
struct HLCPPToNaturalTraits<fidl::InterfaceHandle<::test::service::SecondProtocol>> {
using NaturalType = fidl::ClientEnd<::test_service::SecondProtocol>;
static inline fidl::ClientEnd<::test_service::SecondProtocol> Convert(fidl::InterfaceHandle<::test::service::SecondProtocol>&& c) {
return fidl::ClientEnd<::test_service::SecondProtocol>(c.TakeChannel());
}
};
template <>
struct HLCPPToNaturalTraits<fidl::InterfaceRequest<::test::service::SecondProtocol>> {
using NaturalType = fidl::ServerEnd<::test_service::SecondProtocol>;
static inline fidl::ServerEnd<::test_service::SecondProtocol> Convert(fidl::InterfaceRequest<::test::service::SecondProtocol>&& c) {
return fidl::ServerEnd<::test_service::SecondProtocol>(c.TakeChannel());
}
};
template <>
struct NaturalToHLCPPTraits<fidl::ClientEnd<::test_service::FirstProtocol>> {
using HLCPPType = fidl::InterfaceHandle<::test::service::FirstProtocol>;
static inline fidl::InterfaceHandle<::test::service::FirstProtocol> Convert(fidl::ClientEnd<::test_service::FirstProtocol>&& c) {
return fidl::InterfaceHandle<::test::service::FirstProtocol>(c.TakeChannel());
}
};
template <>
struct NaturalToHLCPPTraits<fidl::ServerEnd<::test_service::FirstProtocol>> {
using HLCPPType = fidl::InterfaceRequest<::test::service::FirstProtocol>;
static inline fidl::InterfaceRequest<::test::service::FirstProtocol> Convert(fidl::ServerEnd<::test_service::FirstProtocol>&& c) {
return fidl::InterfaceRequest<::test::service::FirstProtocol>(c.TakeChannel());
}
};
template <>
struct HLCPPToNaturalTraits<fidl::InterfaceHandle<::test::service::FirstProtocol>> {
using NaturalType = fidl::ClientEnd<::test_service::FirstProtocol>;
static inline fidl::ClientEnd<::test_service::FirstProtocol> Convert(fidl::InterfaceHandle<::test::service::FirstProtocol>&& c) {
return fidl::ClientEnd<::test_service::FirstProtocol>(c.TakeChannel());
}
};
template <>
struct HLCPPToNaturalTraits<fidl::InterfaceRequest<::test::service::FirstProtocol>> {
using NaturalType = fidl::ServerEnd<::test_service::FirstProtocol>;
static inline fidl::ServerEnd<::test_service::FirstProtocol> Convert(fidl::InterfaceRequest<::test::service::FirstProtocol>&& c) {
return fidl::ServerEnd<::test_service::FirstProtocol>(c.TakeChannel());
}
};
} // namespace internal
} // namespace fidl