Files
UnrealEngineUWP/Engine/Source/Runtime/Online/HTTP/Private/WinRT/WinRTHttp.cpp
2014-03-14 14:13:41 -04:00

20 lines
301 B
C++

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
#include "HttpPrivatePCH.h"
#include "WinRTHttp.h"
void FWinRTPlatformHttp::Init()
{
}
void FWinRTPlatformHttp::Shutdown()
{
}
IHttpRequest* FWinRTPlatformHttp::ConstructRequest()
{
return FGenericPlatformHttp::ConstructRequest();
}