mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Update WinRT to new version 2.0.250303.1
PiperOrigin-RevId: 781075193
This commit is contained in:
committed by
Copybara-Service
parent
5e558cffc4
commit
8f14bd10fc
+5
-5
@@ -1,4 +1,4 @@
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
|
||||
|
||||
#pragma once
|
||||
#ifndef WINRT_Windows_Media_AppBroadcasting_2_H
|
||||
@@ -7,23 +7,23 @@
|
||||
#include "winrt/impl/Windows.Media.AppBroadcasting.1.h"
|
||||
WINRT_EXPORT namespace winrt::Windows::Media::AppBroadcasting
|
||||
{
|
||||
struct __declspec(empty_bases) AppBroadcastingMonitor : winrt::Windows::Media::AppBroadcasting::IAppBroadcastingMonitor
|
||||
struct WINRT_IMPL_EMPTY_BASES AppBroadcastingMonitor : winrt::Windows::Media::AppBroadcasting::IAppBroadcastingMonitor
|
||||
{
|
||||
AppBroadcastingMonitor(std::nullptr_t) noexcept {}
|
||||
AppBroadcastingMonitor(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Media::AppBroadcasting::IAppBroadcastingMonitor(ptr, take_ownership_from_abi) {}
|
||||
AppBroadcastingMonitor();
|
||||
};
|
||||
struct __declspec(empty_bases) AppBroadcastingStatus : winrt::Windows::Media::AppBroadcasting::IAppBroadcastingStatus
|
||||
struct WINRT_IMPL_EMPTY_BASES AppBroadcastingStatus : winrt::Windows::Media::AppBroadcasting::IAppBroadcastingStatus
|
||||
{
|
||||
AppBroadcastingStatus(std::nullptr_t) noexcept {}
|
||||
AppBroadcastingStatus(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Media::AppBroadcasting::IAppBroadcastingStatus(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AppBroadcastingStatusDetails : winrt::Windows::Media::AppBroadcasting::IAppBroadcastingStatusDetails
|
||||
struct WINRT_IMPL_EMPTY_BASES AppBroadcastingStatusDetails : winrt::Windows::Media::AppBroadcasting::IAppBroadcastingStatusDetails
|
||||
{
|
||||
AppBroadcastingStatusDetails(std::nullptr_t) noexcept {}
|
||||
AppBroadcastingStatusDetails(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Media::AppBroadcasting::IAppBroadcastingStatusDetails(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) AppBroadcastingUI : winrt::Windows::Media::AppBroadcasting::IAppBroadcastingUI
|
||||
struct WINRT_IMPL_EMPTY_BASES AppBroadcastingUI : winrt::Windows::Media::AppBroadcasting::IAppBroadcastingUI
|
||||
{
|
||||
AppBroadcastingUI(std::nullptr_t) noexcept {}
|
||||
AppBroadcastingUI(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Media::AppBroadcasting::IAppBroadcastingUI(ptr, take_ownership_from_abi) {}
|
||||
|
||||
Reference in New Issue
Block a user