mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
60 lines
3.5 KiB
C++
60 lines
3.5 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_Web_Http_Diagnostics_1_H
|
|
#define WINRT_Windows_Web_Http_Diagnostics_1_H
|
|
#include "winrt/impl/Windows.Web.Http.Diagnostics.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Web::Http::Diagnostics
|
|
{
|
|
struct __declspec(empty_bases) IHttpDiagnosticProvider :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IHttpDiagnosticProvider>
|
|
{
|
|
IHttpDiagnosticProvider(std::nullptr_t = nullptr) noexcept {}
|
|
IHttpDiagnosticProvider(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IHttpDiagnosticProviderRequestResponseCompletedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IHttpDiagnosticProviderRequestResponseCompletedEventArgs>
|
|
{
|
|
IHttpDiagnosticProviderRequestResponseCompletedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
IHttpDiagnosticProviderRequestResponseCompletedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IHttpDiagnosticProviderRequestResponseTimestamps :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IHttpDiagnosticProviderRequestResponseTimestamps>
|
|
{
|
|
IHttpDiagnosticProviderRequestResponseTimestamps(std::nullptr_t = nullptr) noexcept {}
|
|
IHttpDiagnosticProviderRequestResponseTimestamps(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IHttpDiagnosticProviderRequestSentEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IHttpDiagnosticProviderRequestSentEventArgs>
|
|
{
|
|
IHttpDiagnosticProviderRequestSentEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
IHttpDiagnosticProviderRequestSentEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IHttpDiagnosticProviderResponseReceivedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IHttpDiagnosticProviderResponseReceivedEventArgs>
|
|
{
|
|
IHttpDiagnosticProviderResponseReceivedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
IHttpDiagnosticProviderResponseReceivedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IHttpDiagnosticProviderStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IHttpDiagnosticProviderStatics>
|
|
{
|
|
IHttpDiagnosticProviderStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IHttpDiagnosticProviderStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) IHttpDiagnosticSourceLocation :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IHttpDiagnosticSourceLocation>
|
|
{
|
|
IHttpDiagnosticSourceLocation(std::nullptr_t = nullptr) noexcept {}
|
|
IHttpDiagnosticSourceLocation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|