// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_Web_AtomPub_1_H #define WINRT_Windows_Web_AtomPub_1_H #include "winrt/impl/Windows.Web.Syndication.0.h" #include "winrt/impl/Windows.Web.AtomPub.0.h" WINRT_EXPORT namespace winrt::Windows::Web::AtomPub { struct WINRT_IMPL_EMPTY_BASES IAtomPubClient : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IAtomPubClient(std::nullptr_t = nullptr) noexcept {} IAtomPubClient(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IAtomPubClientFactory : winrt::Windows::Foundation::IInspectable, impl::consume_t { IAtomPubClientFactory(std::nullptr_t = nullptr) noexcept {} IAtomPubClientFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IResourceCollection : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IResourceCollection(std::nullptr_t = nullptr) noexcept {} IResourceCollection(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IServiceDocument : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IServiceDocument(std::nullptr_t = nullptr) noexcept {} IServiceDocument(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IWorkspace : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IWorkspace(std::nullptr_t = nullptr) noexcept {} IWorkspace(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif