mirror of
https://github.com/WinDurango/WinDurango.git
synced 2026-01-15 15:49:54 -06:00
12 lines
455 B
C++
12 lines
455 B
C++
#include "pch.h"
|
|
#include "Windows.Xbox.ApplicationModel.State.Internal.ProtocolQuery.h"
|
|
#include "Windows.Xbox.ApplicationModel.State.Internal.ProtocolQuery.g.cpp"
|
|
|
|
namespace winrt::Windows::Xbox::ApplicationModel::State::Internal::implementation
|
|
{
|
|
winrt::Windows::Foundation::Collections::IVectorView<hstring> ProtocolQuery::FindAumidsForScheme(hstring const& scheme)
|
|
{
|
|
Logger::NotImplemented(); throw hresult_not_implemented();
|
|
}
|
|
}
|