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
+7
-7
@@ -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_System_Power_Diagnostics_0_H
|
||||
@@ -43,9 +43,9 @@ namespace winrt::impl
|
||||
template <typename D>
|
||||
struct consume_Windows_System_Power_Diagnostics_IBackgroundEnergyDiagnosticsStatics
|
||||
{
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(double) DeviceSpecificConversionFactor() const;
|
||||
WINRT_IMPL_AUTO(uint64_t) ComputeTotalEnergyUsage() const;
|
||||
WINRT_IMPL_AUTO(void) ResetTotalEnergyUsage() const;
|
||||
[[nodiscard]] auto DeviceSpecificConversionFactor() const;
|
||||
auto ComputeTotalEnergyUsage() const;
|
||||
auto ResetTotalEnergyUsage() const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::System::Power::Diagnostics::IBackgroundEnergyDiagnosticsStatics>
|
||||
{
|
||||
@@ -54,9 +54,9 @@ namespace winrt::impl
|
||||
template <typename D>
|
||||
struct consume_Windows_System_Power_Diagnostics_IForegroundEnergyDiagnosticsStatics
|
||||
{
|
||||
[[nodiscard]] WINRT_IMPL_AUTO(double) DeviceSpecificConversionFactor() const;
|
||||
WINRT_IMPL_AUTO(uint64_t) ComputeTotalEnergyUsage() const;
|
||||
WINRT_IMPL_AUTO(void) ResetTotalEnergyUsage() const;
|
||||
[[nodiscard]] auto DeviceSpecificConversionFactor() const;
|
||||
auto ComputeTotalEnergyUsage() const;
|
||||
auto ResetTotalEnergyUsage() const;
|
||||
};
|
||||
template <> struct consume<winrt::Windows::System::Power::Diagnostics::IForegroundEnergyDiagnosticsStatics>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user