mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
Internal change
PiperOrigin-RevId: 380848866
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
// Copyright 2020 Google LLC
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// https://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3
|
||||
|
||||
#ifndef WINRT_Windows_UI_Shell_1_H
|
||||
#define WINRT_Windows_UI_Shell_1_H
|
||||
#include "winrt/impl/Windows.UI.Shell.0.h"
|
||||
WINRT_EXPORT namespace winrt::Windows::UI::Shell
|
||||
{
|
||||
struct __declspec(empty_bases) IAdaptiveCard :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<IAdaptiveCard>
|
||||
{
|
||||
IAdaptiveCard(std::nullptr_t = nullptr) noexcept {}
|
||||
IAdaptiveCard(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
IAdaptiveCard(IAdaptiveCard const&) noexcept = default;
|
||||
IAdaptiveCard(IAdaptiveCard&&) noexcept = default;
|
||||
IAdaptiveCard& operator=(IAdaptiveCard const&) & noexcept = default;
|
||||
IAdaptiveCard& operator=(IAdaptiveCard&&) & noexcept = default;
|
||||
};
|
||||
struct __declspec(empty_bases) IAdaptiveCardBuilderStatics :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<IAdaptiveCardBuilderStatics>
|
||||
{
|
||||
IAdaptiveCardBuilderStatics(std::nullptr_t = nullptr) noexcept {}
|
||||
IAdaptiveCardBuilderStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
IAdaptiveCardBuilderStatics(IAdaptiveCardBuilderStatics const&) noexcept = default;
|
||||
IAdaptiveCardBuilderStatics(IAdaptiveCardBuilderStatics&&) noexcept = default;
|
||||
IAdaptiveCardBuilderStatics& operator=(IAdaptiveCardBuilderStatics const&) & noexcept = default;
|
||||
IAdaptiveCardBuilderStatics& operator=(IAdaptiveCardBuilderStatics&&) & noexcept = default;
|
||||
};
|
||||
struct __declspec(empty_bases) ISecurityAppManager :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<ISecurityAppManager>
|
||||
{
|
||||
ISecurityAppManager(std::nullptr_t = nullptr) noexcept {}
|
||||
ISecurityAppManager(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
ISecurityAppManager(ISecurityAppManager const&) noexcept = default;
|
||||
ISecurityAppManager(ISecurityAppManager&&) noexcept = default;
|
||||
ISecurityAppManager& operator=(ISecurityAppManager const&) & noexcept = default;
|
||||
ISecurityAppManager& operator=(ISecurityAppManager&&) & noexcept = default;
|
||||
};
|
||||
struct __declspec(empty_bases) ITaskbarManager :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<ITaskbarManager>
|
||||
{
|
||||
ITaskbarManager(std::nullptr_t = nullptr) noexcept {}
|
||||
ITaskbarManager(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
ITaskbarManager(ITaskbarManager const&) noexcept = default;
|
||||
ITaskbarManager(ITaskbarManager&&) noexcept = default;
|
||||
ITaskbarManager& operator=(ITaskbarManager const&) & noexcept = default;
|
||||
ITaskbarManager& operator=(ITaskbarManager&&) & noexcept = default;
|
||||
};
|
||||
struct __declspec(empty_bases) ITaskbarManager2 :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<ITaskbarManager2>,
|
||||
impl::require<winrt::Windows::UI::Shell::ITaskbarManager2, winrt::Windows::UI::Shell::ITaskbarManager>
|
||||
{
|
||||
ITaskbarManager2(std::nullptr_t = nullptr) noexcept {}
|
||||
ITaskbarManager2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
ITaskbarManager2(ITaskbarManager2 const&) noexcept = default;
|
||||
ITaskbarManager2(ITaskbarManager2&&) noexcept = default;
|
||||
ITaskbarManager2& operator=(ITaskbarManager2 const&) & noexcept = default;
|
||||
ITaskbarManager2& operator=(ITaskbarManager2&&) & noexcept = default;
|
||||
};
|
||||
struct __declspec(empty_bases) ITaskbarManagerStatics :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<ITaskbarManagerStatics>
|
||||
{
|
||||
ITaskbarManagerStatics(std::nullptr_t = nullptr) noexcept {}
|
||||
ITaskbarManagerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
ITaskbarManagerStatics(ITaskbarManagerStatics const&) noexcept = default;
|
||||
ITaskbarManagerStatics(ITaskbarManagerStatics&&) noexcept = default;
|
||||
ITaskbarManagerStatics& operator=(ITaskbarManagerStatics const&) & noexcept = default;
|
||||
ITaskbarManagerStatics& operator=(ITaskbarManagerStatics&&) & noexcept = default;
|
||||
};
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user