summaryrefslogtreecommitdiff
path: root/chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.Web.Http.Filters.2.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.Web.Http.Filters.2.h')
-rw-r--r--chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.Web.Http.Filters.2.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.Web.Http.Filters.2.h b/chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.Web.Http.Filters.2.h
new file mode 100644
index 00000000000..0a322b94b2a
--- /dev/null
+++ b/chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.Web.Http.Filters.2.h
@@ -0,0 +1,30 @@
+// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
+
+#pragma once
+#ifndef WINRT_Windows_Web_Http_Filters_2_H
+#define WINRT_Windows_Web_Http_Filters_2_H
+#include "winrt/impl/Windows.Foundation.1.h"
+#include "winrt/impl/Windows.System.1.h"
+#include "winrt/impl/Windows.Web.Http.Filters.1.h"
+WINRT_EXPORT namespace winrt::Windows::Web::Http::Filters
+{
+ struct __declspec(empty_bases) HttpBaseProtocolFilter : winrt::Windows::Web::Http::Filters::IHttpBaseProtocolFilter,
+ impl::require<HttpBaseProtocolFilter, winrt::Windows::Web::Http::Filters::IHttpBaseProtocolFilter2, winrt::Windows::Web::Http::Filters::IHttpBaseProtocolFilter3, winrt::Windows::Web::Http::Filters::IHttpBaseProtocolFilter4, winrt::Windows::Web::Http::Filters::IHttpBaseProtocolFilter5, winrt::Windows::Foundation::IClosable, winrt::Windows::Web::Http::Filters::IHttpFilter>
+ {
+ HttpBaseProtocolFilter(std::nullptr_t) noexcept {}
+ HttpBaseProtocolFilter(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Web::Http::Filters::IHttpBaseProtocolFilter(ptr, take_ownership_from_abi) {}
+ HttpBaseProtocolFilter();
+ static auto CreateForUser(winrt::Windows::System::User const& user);
+ };
+ struct __declspec(empty_bases) HttpCacheControl : winrt::Windows::Web::Http::Filters::IHttpCacheControl
+ {
+ HttpCacheControl(std::nullptr_t) noexcept {}
+ HttpCacheControl(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Web::Http::Filters::IHttpCacheControl(ptr, take_ownership_from_abi) {}
+ };
+ struct __declspec(empty_bases) HttpServerCustomValidationRequestedEventArgs : winrt::Windows::Web::Http::Filters::IHttpServerCustomValidationRequestedEventArgs
+ {
+ HttpServerCustomValidationRequestedEventArgs(std::nullptr_t) noexcept {}
+ HttpServerCustomValidationRequestedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Web::Http::Filters::IHttpServerCustomValidationRequestedEventArgs(ptr, take_ownership_from_abi) {}
+ };
+}
+#endif