зеркало из https://github.com/microsoft/cppwinrt.git
11 строки
202 B
C++
11 строки
202 B
C++
|
#include "pch.h"
|
||
|
#include "Nested.NestedClass.h"
|
||
|
|
||
|
namespace winrt::test_component_folders::Nested::implementation
|
||
|
{
|
||
|
void NestedClass::Method()
|
||
|
{
|
||
|
throw hresult_not_implemented();
|
||
|
}
|
||
|
}
|