mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Latest update for winrt
PiperOrigin-RevId: 452591835
This commit is contained in:
committed by
Copybara-Service
parent
11558b453c
commit
28da839987
+6
-6
@@ -1,4 +1,4 @@
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
|
||||
|
||||
#pragma once
|
||||
#ifndef WINRT_Windows_Devices_Background_0_H
|
||||
@@ -47,9 +47,9 @@ namespace winrt::impl
|
||||
template <typename D>
|
||||
struct consume_Windows_Devices_Background_IDeviceServicingDetails
|
||||
{
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(hstring) DeviceId() const;
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(hstring) Arguments() const;
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(winrt::Windows::Foundation::TimeSpan) ExpectedDuration() const;
|
||||
[[nodiscard]] auto DeviceId() const;
|
||||
[[nodiscard]] auto Arguments() const;
|
||||
[[nodiscard]] auto ExpectedDuration() const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::Devices::Background::IDeviceServicingDetails>
|
||||
{
|
||||
@@ -58,8 +58,8 @@ namespace winrt::impl
|
||||
template <typename D>
|
||||
struct consume_Windows_Devices_Background_IDeviceUseDetails
|
||||
{
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(hstring) DeviceId() const;
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(hstring) Arguments() const;
|
||||
[[nodiscard]] auto DeviceId() const;
|
||||
[[nodiscard]] auto Arguments() const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::Devices::Background::IDeviceUseDetails>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user