mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Update to winrt headers
PiperOrigin-RevId: 395381851
This commit is contained in:
committed by
Copybara-Service
parent
84821862b5
commit
7cf55178be
+2
-13
@@ -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_Security_Authentication_Identity_1_H
|
||||
#define WINRT_Windows_Security_Authentication_Identity_1_H
|
||||
#include "winrt/impl/Windows.Security.Authentication.Identity.0.h"
|
||||
@@ -11,10 +12,6 @@ WINRT_EXPORT namespace winrt::Windows::Security::Authentication::Identity
|
||||
{
|
||||
IEnterpriseKeyCredentialRegistrationInfo(std::nullptr_t = nullptr) noexcept {}
|
||||
IEnterpriseKeyCredentialRegistrationInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
IEnterpriseKeyCredentialRegistrationInfo(IEnterpriseKeyCredentialRegistrationInfo const&) noexcept = default;
|
||||
IEnterpriseKeyCredentialRegistrationInfo(IEnterpriseKeyCredentialRegistrationInfo&&) noexcept = default;
|
||||
IEnterpriseKeyCredentialRegistrationInfo& operator=(IEnterpriseKeyCredentialRegistrationInfo const&) & noexcept = default;
|
||||
IEnterpriseKeyCredentialRegistrationInfo& operator=(IEnterpriseKeyCredentialRegistrationInfo&&) & noexcept = default;
|
||||
};
|
||||
struct __declspec(empty_bases) IEnterpriseKeyCredentialRegistrationManager :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
@@ -22,10 +19,6 @@ WINRT_EXPORT namespace winrt::Windows::Security::Authentication::Identity
|
||||
{
|
||||
IEnterpriseKeyCredentialRegistrationManager(std::nullptr_t = nullptr) noexcept {}
|
||||
IEnterpriseKeyCredentialRegistrationManager(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
IEnterpriseKeyCredentialRegistrationManager(IEnterpriseKeyCredentialRegistrationManager const&) noexcept = default;
|
||||
IEnterpriseKeyCredentialRegistrationManager(IEnterpriseKeyCredentialRegistrationManager&&) noexcept = default;
|
||||
IEnterpriseKeyCredentialRegistrationManager& operator=(IEnterpriseKeyCredentialRegistrationManager const&) & noexcept = default;
|
||||
IEnterpriseKeyCredentialRegistrationManager& operator=(IEnterpriseKeyCredentialRegistrationManager&&) & noexcept = default;
|
||||
};
|
||||
struct __declspec(empty_bases) IEnterpriseKeyCredentialRegistrationManagerStatics :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
@@ -33,10 +26,6 @@ WINRT_EXPORT namespace winrt::Windows::Security::Authentication::Identity
|
||||
{
|
||||
IEnterpriseKeyCredentialRegistrationManagerStatics(std::nullptr_t = nullptr) noexcept {}
|
||||
IEnterpriseKeyCredentialRegistrationManagerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
IEnterpriseKeyCredentialRegistrationManagerStatics(IEnterpriseKeyCredentialRegistrationManagerStatics const&) noexcept = default;
|
||||
IEnterpriseKeyCredentialRegistrationManagerStatics(IEnterpriseKeyCredentialRegistrationManagerStatics&&) noexcept = default;
|
||||
IEnterpriseKeyCredentialRegistrationManagerStatics& operator=(IEnterpriseKeyCredentialRegistrationManagerStatics const&) & noexcept = default;
|
||||
IEnterpriseKeyCredentialRegistrationManagerStatics& operator=(IEnterpriseKeyCredentialRegistrationManagerStatics&&) & noexcept = default;
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user