mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 23:26:12 -04:00
79 lines
4.2 KiB
C++
79 lines
4.2 KiB
C++
// 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_Devices_Custom_1_H
|
|
#define WINRT_Windows_Devices_Custom_1_H
|
|
#include "winrt/impl/Windows.Devices.Custom.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Devices::Custom
|
|
{
|
|
struct __declspec(empty_bases) ICustomDevice :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ICustomDevice>
|
|
{
|
|
ICustomDevice(std::nullptr_t = nullptr) noexcept {}
|
|
ICustomDevice(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ICustomDevice(ICustomDevice const&) noexcept = default;
|
|
ICustomDevice(ICustomDevice&&) noexcept = default;
|
|
ICustomDevice& operator=(ICustomDevice const&) & noexcept = default;
|
|
ICustomDevice& operator=(ICustomDevice&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ICustomDeviceStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ICustomDeviceStatics>
|
|
{
|
|
ICustomDeviceStatics(std::nullptr_t = nullptr) noexcept {}
|
|
ICustomDeviceStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ICustomDeviceStatics(ICustomDeviceStatics const&) noexcept = default;
|
|
ICustomDeviceStatics(ICustomDeviceStatics&&) noexcept = default;
|
|
ICustomDeviceStatics& operator=(ICustomDeviceStatics const&) & noexcept = default;
|
|
ICustomDeviceStatics& operator=(ICustomDeviceStatics&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IIOControlCode :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IIOControlCode>
|
|
{
|
|
IIOControlCode(std::nullptr_t = nullptr) noexcept {}
|
|
IIOControlCode(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IIOControlCode(IIOControlCode const&) noexcept = default;
|
|
IIOControlCode(IIOControlCode&&) noexcept = default;
|
|
IIOControlCode& operator=(IIOControlCode const&) & noexcept = default;
|
|
IIOControlCode& operator=(IIOControlCode&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IIOControlCodeFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IIOControlCodeFactory>
|
|
{
|
|
IIOControlCodeFactory(std::nullptr_t = nullptr) noexcept {}
|
|
IIOControlCodeFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IIOControlCodeFactory(IIOControlCodeFactory const&) noexcept = default;
|
|
IIOControlCodeFactory(IIOControlCodeFactory&&) noexcept = default;
|
|
IIOControlCodeFactory& operator=(IIOControlCodeFactory const&) & noexcept = default;
|
|
IIOControlCodeFactory& operator=(IIOControlCodeFactory&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IKnownDeviceTypesStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IKnownDeviceTypesStatics>
|
|
{
|
|
IKnownDeviceTypesStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IKnownDeviceTypesStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IKnownDeviceTypesStatics(IKnownDeviceTypesStatics const&) noexcept = default;
|
|
IKnownDeviceTypesStatics(IKnownDeviceTypesStatics&&) noexcept = default;
|
|
IKnownDeviceTypesStatics& operator=(IKnownDeviceTypesStatics const&) & noexcept = default;
|
|
IKnownDeviceTypesStatics& operator=(IKnownDeviceTypesStatics&&) & noexcept = default;
|
|
};
|
|
}
|
|
#endif
|