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
+8
-8
@@ -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_ApplicationModel_Wallet_2_H
|
||||
@@ -7,26 +7,26 @@
|
||||
#include "winrt/impl/Windows.ApplicationModel.Wallet.1.h"
|
||||
WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Wallet
|
||||
{
|
||||
struct __declspec(empty_bases) WalletBarcode : winrt::Windows::ApplicationModel::Wallet::IWalletBarcode
|
||||
struct WINRT_IMPL_EMPTY_BASES WalletBarcode : winrt::Windows::ApplicationModel::Wallet::IWalletBarcode
|
||||
{
|
||||
WalletBarcode(std::nullptr_t) noexcept {}
|
||||
WalletBarcode(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Wallet::IWalletBarcode(ptr, take_ownership_from_abi) {}
|
||||
WalletBarcode(winrt::Windows::ApplicationModel::Wallet::WalletBarcodeSymbology const& symbology, param::hstring const& value);
|
||||
explicit WalletBarcode(winrt::Windows::Storage::Streams::IRandomAccessStreamReference const& streamToBarcodeImage);
|
||||
};
|
||||
struct __declspec(empty_bases) WalletItem : winrt::Windows::ApplicationModel::Wallet::IWalletItem
|
||||
struct WINRT_IMPL_EMPTY_BASES WalletItem : winrt::Windows::ApplicationModel::Wallet::IWalletItem
|
||||
{
|
||||
WalletItem(std::nullptr_t) noexcept {}
|
||||
WalletItem(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Wallet::IWalletItem(ptr, take_ownership_from_abi) {}
|
||||
WalletItem(winrt::Windows::ApplicationModel::Wallet::WalletItemKind const& kind, param::hstring const& displayName);
|
||||
};
|
||||
struct __declspec(empty_bases) WalletItemCustomProperty : winrt::Windows::ApplicationModel::Wallet::IWalletItemCustomProperty
|
||||
struct WINRT_IMPL_EMPTY_BASES WalletItemCustomProperty : winrt::Windows::ApplicationModel::Wallet::IWalletItemCustomProperty
|
||||
{
|
||||
WalletItemCustomProperty(std::nullptr_t) noexcept {}
|
||||
WalletItemCustomProperty(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Wallet::IWalletItemCustomProperty(ptr, take_ownership_from_abi) {}
|
||||
WalletItemCustomProperty(param::hstring const& name, param::hstring const& value);
|
||||
};
|
||||
struct __declspec(empty_bases) WalletItemStore : winrt::Windows::ApplicationModel::Wallet::IWalletItemStore
|
||||
struct WINRT_IMPL_EMPTY_BASES WalletItemStore : winrt::Windows::ApplicationModel::Wallet::IWalletItemStore
|
||||
{
|
||||
WalletItemStore(std::nullptr_t) noexcept {}
|
||||
WalletItemStore(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Wallet::IWalletItemStore(ptr, take_ownership_from_abi) {}
|
||||
@@ -36,19 +36,19 @@ WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Wallet
|
||||
WalletManager() = delete;
|
||||
static auto RequestStoreAsync();
|
||||
};
|
||||
struct __declspec(empty_bases) WalletRelevantLocation : winrt::Windows::ApplicationModel::Wallet::IWalletRelevantLocation
|
||||
struct WINRT_IMPL_EMPTY_BASES WalletRelevantLocation : winrt::Windows::ApplicationModel::Wallet::IWalletRelevantLocation
|
||||
{
|
||||
WalletRelevantLocation(std::nullptr_t) noexcept {}
|
||||
WalletRelevantLocation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Wallet::IWalletRelevantLocation(ptr, take_ownership_from_abi) {}
|
||||
WalletRelevantLocation();
|
||||
};
|
||||
struct __declspec(empty_bases) WalletTransaction : winrt::Windows::ApplicationModel::Wallet::IWalletTransaction
|
||||
struct WINRT_IMPL_EMPTY_BASES WalletTransaction : winrt::Windows::ApplicationModel::Wallet::IWalletTransaction
|
||||
{
|
||||
WalletTransaction(std::nullptr_t) noexcept {}
|
||||
WalletTransaction(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Wallet::IWalletTransaction(ptr, take_ownership_from_abi) {}
|
||||
WalletTransaction();
|
||||
};
|
||||
struct __declspec(empty_bases) WalletVerb : winrt::Windows::ApplicationModel::Wallet::IWalletVerb
|
||||
struct WINRT_IMPL_EMPTY_BASES WalletVerb : winrt::Windows::ApplicationModel::Wallet::IWalletVerb
|
||||
{
|
||||
WalletVerb(std::nullptr_t) noexcept {}
|
||||
WalletVerb(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Wallet::IWalletVerb(ptr, take_ownership_from_abi) {}
|
||||
|
||||
Reference in New Issue
Block a user