mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
nearby sdk refactor
PiperOrigin-RevId: 425434260
This commit is contained in:
+66
@@ -0,0 +1,66 @@
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
|
||||
|
||||
#pragma once
|
||||
#ifndef WINRT_Windows_Services_Maps_LocalSearch_1_H
|
||||
#define WINRT_Windows_Services_Maps_LocalSearch_1_H
|
||||
#include "winrt/impl/Windows.Services.Maps.LocalSearch.0.h"
|
||||
WINRT_EXPORT namespace winrt::Windows::Services::Maps::LocalSearch
|
||||
{
|
||||
struct __declspec(empty_bases) ILocalCategoriesStatics :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<ILocalCategoriesStatics>
|
||||
{
|
||||
ILocalCategoriesStatics(std::nullptr_t = nullptr) noexcept {}
|
||||
ILocalCategoriesStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) ILocalLocation :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<ILocalLocation>
|
||||
{
|
||||
ILocalLocation(std::nullptr_t = nullptr) noexcept {}
|
||||
ILocalLocation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) ILocalLocation2 :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<ILocalLocation2>
|
||||
{
|
||||
ILocalLocation2(std::nullptr_t = nullptr) noexcept {}
|
||||
ILocalLocation2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) ILocalLocationFinderResult :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<ILocalLocationFinderResult>
|
||||
{
|
||||
ILocalLocationFinderResult(std::nullptr_t = nullptr) noexcept {}
|
||||
ILocalLocationFinderResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) ILocalLocationFinderStatics :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<ILocalLocationFinderStatics>
|
||||
{
|
||||
ILocalLocationFinderStatics(std::nullptr_t = nullptr) noexcept {}
|
||||
ILocalLocationFinderStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) ILocalLocationHoursOfOperationItem :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<ILocalLocationHoursOfOperationItem>
|
||||
{
|
||||
ILocalLocationHoursOfOperationItem(std::nullptr_t = nullptr) noexcept {}
|
||||
ILocalLocationHoursOfOperationItem(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) ILocalLocationRatingInfo :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<ILocalLocationRatingInfo>
|
||||
{
|
||||
ILocalLocationRatingInfo(std::nullptr_t = nullptr) noexcept {}
|
||||
ILocalLocationRatingInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) IPlaceInfoHelperStatics :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<IPlaceInfoHelperStatics>
|
||||
{
|
||||
IPlaceInfoHelperStatics(std::nullptr_t = nullptr) noexcept {}
|
||||
IPlaceInfoHelperStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user