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_ApplicationModel_Resources_Management_2_H
|
||||
#define WINRT_Windows_ApplicationModel_Resources_Management_2_H
|
||||
#include "winrt/impl/Windows.Foundation.1.h"
|
||||
@@ -10,19 +11,11 @@ WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Resources::Management
|
||||
{
|
||||
IndexedResourceCandidate(std::nullptr_t) noexcept {}
|
||||
IndexedResourceCandidate(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Resources::Management::IIndexedResourceCandidate(ptr, take_ownership_from_abi) {}
|
||||
IndexedResourceCandidate(IndexedResourceCandidate const&) noexcept = default;
|
||||
IndexedResourceCandidate(IndexedResourceCandidate&&) noexcept = default;
|
||||
IndexedResourceCandidate& operator=(IndexedResourceCandidate const&) & noexcept = default;
|
||||
IndexedResourceCandidate& operator=(IndexedResourceCandidate&&) & noexcept = default;
|
||||
};
|
||||
struct __declspec(empty_bases) IndexedResourceQualifier : winrt::Windows::ApplicationModel::Resources::Management::IIndexedResourceQualifier
|
||||
{
|
||||
IndexedResourceQualifier(std::nullptr_t) noexcept {}
|
||||
IndexedResourceQualifier(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Resources::Management::IIndexedResourceQualifier(ptr, take_ownership_from_abi) {}
|
||||
IndexedResourceQualifier(IndexedResourceQualifier const&) noexcept = default;
|
||||
IndexedResourceQualifier(IndexedResourceQualifier&&) noexcept = default;
|
||||
IndexedResourceQualifier& operator=(IndexedResourceQualifier const&) & noexcept = default;
|
||||
IndexedResourceQualifier& operator=(IndexedResourceQualifier&&) & noexcept = default;
|
||||
};
|
||||
struct __declspec(empty_bases) ResourceIndexer : winrt::Windows::ApplicationModel::Resources::Management::IResourceIndexer
|
||||
{
|
||||
@@ -30,10 +23,6 @@ WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Resources::Management
|
||||
ResourceIndexer(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Resources::Management::IResourceIndexer(ptr, take_ownership_from_abi) {}
|
||||
explicit ResourceIndexer(winrt::Windows::Foundation::Uri const& projectRoot);
|
||||
ResourceIndexer(winrt::Windows::Foundation::Uri const& projectRoot, winrt::Windows::Foundation::Uri const& extensionDllPath);
|
||||
ResourceIndexer(ResourceIndexer const&) noexcept = default;
|
||||
ResourceIndexer(ResourceIndexer&&) noexcept = default;
|
||||
ResourceIndexer& operator=(ResourceIndexer const&) & noexcept = default;
|
||||
ResourceIndexer& operator=(ResourceIndexer&&) & noexcept = default;
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user