Files
WinDurango/dlls/winrt_x/Implementation/Microsoft.Xbox.GameChat.ChatPerformanceTime.cpp
T
2025-06-03 00:54:43 -04:00

20 lines
608 B
C++

#include "pch.h"
#include "Microsoft.Xbox.GameChat.ChatPerformanceTime.h"
#include "Microsoft.Xbox.GameChat.ChatPerformanceTime.g.cpp"
namespace winrt::Microsoft::Xbox::GameChat::implementation
{
double ChatPerformanceTime::MinTimeInMilliseconds()
{
Logger::NotImplemented(); throw hresult_not_implemented();
}
double ChatPerformanceTime::MaxTimeInMilliseconds()
{
Logger::NotImplemented(); throw hresult_not_implemented();
}
double ChatPerformanceTime::AverageTimeInMilliseconds()
{
Logger::NotImplemented(); throw hresult_not_implemented();
}
}