Update to winrt headers

PiperOrigin-RevId: 395381851
This commit is contained in:
jfcarroll
2021-09-07 19:31:14 -07:00
committed by Copybara-Service
parent 84821862b5
commit 7cf55178be
1366 changed files with 6164 additions and 50786 deletions
@@ -1,5 +1,6 @@
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210825.3
#pragma once
#ifndef WINRT_Windows_Devices_SerialCommunication_1_H
#define WINRT_Windows_Devices_SerialCommunication_1_H
#include "winrt/impl/Windows.Foundation.0.h"
@@ -12,10 +13,6 @@ WINRT_EXPORT namespace winrt::Windows::Devices::SerialCommunication
{
IErrorReceivedEventArgs(std::nullptr_t = nullptr) noexcept {}
IErrorReceivedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
IErrorReceivedEventArgs(IErrorReceivedEventArgs const&) noexcept = default;
IErrorReceivedEventArgs(IErrorReceivedEventArgs&&) noexcept = default;
IErrorReceivedEventArgs& operator=(IErrorReceivedEventArgs const&) & noexcept = default;
IErrorReceivedEventArgs& operator=(IErrorReceivedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) IPinChangedEventArgs :
winrt::Windows::Foundation::IInspectable,
@@ -23,10 +20,6 @@ WINRT_EXPORT namespace winrt::Windows::Devices::SerialCommunication
{
IPinChangedEventArgs(std::nullptr_t = nullptr) noexcept {}
IPinChangedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
IPinChangedEventArgs(IPinChangedEventArgs const&) noexcept = default;
IPinChangedEventArgs(IPinChangedEventArgs&&) noexcept = default;
IPinChangedEventArgs& operator=(IPinChangedEventArgs const&) & noexcept = default;
IPinChangedEventArgs& operator=(IPinChangedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) ISerialDevice :
winrt::Windows::Foundation::IInspectable,
@@ -35,10 +28,6 @@ WINRT_EXPORT namespace winrt::Windows::Devices::SerialCommunication
{
ISerialDevice(std::nullptr_t = nullptr) noexcept {}
ISerialDevice(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
ISerialDevice(ISerialDevice const&) noexcept = default;
ISerialDevice(ISerialDevice&&) noexcept = default;
ISerialDevice& operator=(ISerialDevice const&) & noexcept = default;
ISerialDevice& operator=(ISerialDevice&&) & noexcept = default;
};
struct __declspec(empty_bases) ISerialDeviceStatics :
winrt::Windows::Foundation::IInspectable,
@@ -46,10 +35,6 @@ WINRT_EXPORT namespace winrt::Windows::Devices::SerialCommunication
{
ISerialDeviceStatics(std::nullptr_t = nullptr) noexcept {}
ISerialDeviceStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
ISerialDeviceStatics(ISerialDeviceStatics const&) noexcept = default;
ISerialDeviceStatics(ISerialDeviceStatics&&) noexcept = default;
ISerialDeviceStatics& operator=(ISerialDeviceStatics const&) & noexcept = default;
ISerialDeviceStatics& operator=(ISerialDeviceStatics&&) & noexcept = default;
};
}
#endif